The interface that maps event names and event objects.
Removes an event listener from the emitter.
The event name.
The event handler to remove, or the key for removing the handler.
Adds an event listener to the emitter.
The event name to listen.
The event handler.
Optional
opt_options: { The options.
The key that can be used for removing the handler.
Generated using TypeDoc
A type-safe event emitter.