(event: string, listener: Function)
| 290 | |
| 291 | addListener(event: string, listener: Function): this; |
| 292 | on(event: string, listener: Function): this; |
| 293 | once(event: string, listener: Function): this; |
| 294 | removeListener(event: string, listener: Function): this; |
| 295 | removeAllListeners(event?: string): this; |
no outgoing calls