StashEvent<T, E extends Enum, S extends Stash<T>> constructor

StashEvent<T, E extends Enum, S extends Stash<T>>(
  1. S source,
  2. E type
)

Builds a StashEvent

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

Implementation

StashEvent(this.source, this.type);