EventEmitterImpl
The 'Main' implementation of EventEmitter. Most Components should use this, as should RegisteringEventEmitter.
Functions
Link copied to clipboard
Adds the listener to the event queue, returns a token that the caller can use to off itself.
Link copied to clipboard
Similar to on, except that the listener is removed after processing one event.
Link copied to clipboard
Attaches a listener and fires off an event of eventType, with the hope that there's a corresponding listener set to 'respond' to the listener specified in the request.
Similar to above, except the properties map is passed along