EventEmitter
interface EventEmitter
Defines the public facing api for classes that wish to emit events. See EventEmitterImpl for the main implementation method descriptions.
See also
Inheritors
Functions
Link copied to clipboard
Register an event listener to be called when an EventType is emitted.
Link copied to clipboard
Similar to on, except that the listener will be removed after processing one event.
Link copied to clipboard
Requests a response from the first listener to respond.
Request a response from the first listener to respond.