Home > borogove > EventEmitter
EventEmitter class
Signature:
export class EventEmitter
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)() |
protected
|
Constructs a new instance of the EventEmitter class
|
Methods
| Method | Modifiers | Description |
|---|---|---|
| removeEventListener(token) | Remove an event listener of any type, no matter how it was added or what event it is for. |