VaultEvent<T> constructor
VaultEvent<T> (
- Vault<
T> source, - VaultEventType type
Builds a VaultEvent
source: The vault that originated the eventtype: The event type
Implementation
VaultEvent(super.source, super.type);