Constructor Summary
| Public Constructor | ||
| public |
|
|
Inherited Summary
| From class Mitt | ||
| public |
이벤트별 이벤트 핸들러들 |
|
| public |
addEventListener(type: string | symbol, handler: EventHandler<any>): *
|
|
| public |
Invoke all handlers for the given type. |
|
| public |
Remove an event handler for the given type. |
|
| public |
on(type: string | symbol, handler: EventHandler<any>): * Register an event handler for the given type. |
|
| public |
once(type: *, handler: *) |
|
| public |
removeEventListener(type: string | symbol, handler: EventHandler<any>): *
|
|
