VaultEvent<T> constructor
VaultEvent<T> (
- Vault<
T> source, - VaultEventType type
Builds a VaultEvent
Implementation
VaultEvent(super.source, super.type);
Builds a VaultEvent
VaultEvent(super.source, super.type);