Event emitter which allows the emission and subscription of events.
Emit an event.
Listen to an event based on its type.
Listen to all events.
Listen to an event based on its name.
Listen to an event by string, ignoring the actual event in the callback.
Undocumented in source.
See Implementation
Event emitter which allows the emission and subscription of events.