Description

The event manager is responsible for keeping track of event listeners, passing the correct data to them, and firing them in the correct order, when associated events are triggered. You can create multiple instances of this object to manage local events or keep a single instance and pass it around to manage all events in your app.

Properties

Methods

InheritedAbstractFinalStaticDatatypeHeader
*/*/ /* foreach (events as aKey : handlers)
*/*/ /* foreach (_listeners as aKey : priorities)