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