Event Dispatcher Listener
Interface used to intercept events dispatched by EventDispatcher
Inheritors
Functions
Link copied to clipboard
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.