VaultEntryCreatedEvent<T> constructor
VaultEntryCreatedEvent<T> (
- Vault<
T> source, - VaultEntry entry
Builds a VaultEntryCreatedEvent
source
: The cache that originated the event- entry: The created entry
Implementation
VaultEntryCreatedEvent(Vault<T> source, this.entry)
: super(source, VaultEventType.created);