VaultEvent<T> constructor

VaultEvent<T>(
  1. Vault<T> source,
  2. VaultEventType type
)

Builds a VaultEvent

  • source: The vault that originated the event
  • type: The event type

Implementation

VaultEvent(super.source, super.type);