EventContext

constructor(eventHandler: EventHandler<T>, event: T, cache: MutableStringKeyedMap<Any>)

Parameters

eventHandler

Respective event handler for this context object.

event

Event that triggered this event handler.

cache

Data cache map shared with the defined checks.