EventDispatcher
Direct Subclass:
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Private Members | ||
| private |
_cbs: {} |
|
Method Summary
| Public Methods | ||
| public |
off(type: *, cb: *): * |
|
| public |
on(type: *, cb: *): * |
|
| Private Methods | ||
| private |
_fireEvent(type: *, data: *) |
|
Public Constructors
public constructor() source
Private Members
private _cbs: {} source
Public Methods
Private Methods
private _fireEvent(type: *, data: *) source
Params:
| Name | Type | Attribute | Description |
| type | * | ||
| data | * |
