EventDispatcherListener

Interface used to intercept events dispatched by EventDispatcher

Inheritors

Functions

Link copied to clipboard
abstract fun onEventDispatch(event: Event<*>)

Called on every time an event is dispatched using EventDispatcher.dispatchEvent. Will be called from the same thread that the event is being dispatched from.