VaultEntryRemovedEvent<T> constructor
Builds a VaultEntryRemovedEvent
source
: The vault that originated the evententry
: The removed entry
Implementation
VaultEntryRemovedEvent(Vault<T> source, this.entry)
: super(source, VaultEventType.removed);