Already mixed class. Plug and play.
Delte all linstening events.
Native nodejs EventEmitter.
Emit event with custom data and "emit"
event with data { eventName: string, data: any }
Removes the specified listener from the listener array for the event named eventName.
Adds the listener export function to the end of the listeners array for the event named eventName.
Adds a one-time listener export function for the event named eventName.
Generated using TypeDoc
Already mixed class. Plug and play.