StashEvent<T, E extends Enum, S extends Stash<T> > constructor
StashEvent<T, E extends Enum, S extends Stash<T> > (
- S source,
- E type
Builds a StashEvent
source
: The cache that originated the eventtype
: The event type
Implementation
StashEvent(this.source, this.type);