Constructor Summary
| Public Constructor | ||
| public |
|
|
Method Summary
| Public Methods | ||
| public |
bubble(type: *, args: ...*): * |
|
| public |
emit(type: *, args: ...*): * |
|
| public |
findListener(type: *): * |
|
| public |
hasListener(type: *, callback: *): * |
|
| public |
inspect(callback: *) |
|
| public |
|
|
| public |
onFirst(type: *, callback: *) |
|
| public |
onLast(type: *, callback: *) |
|
| public |
once(type: *, callback: *) |
|
| public |
|
|
| public |
removeListener(types: *, callback: *): * |
|
| public |
|
|
Static Public Methods
Public Constructors
public constructor() source
Public Methods
public bubble(type: *, args: ...*): * source
Params:
| Name | Type | Attribute | Description |
| type | * | ||
| args | ...* |
Return:
| * |
public emit(type: *, args: ...*): * source
Params:
| Name | Type | Attribute | Description |
| type | * | ||
| args | ...* |
Return:
| * |
public hasListener(type: *, callback: *): * source
Params:
| Name | Type | Attribute | Description |
| type | * | ||
| callback | * |
|
Return:
| * |
public inspect(callback: *) source
Params:
| Name | Type | Attribute | Description |
| callback | * |
public on(arg1: {}, arg2: *, remove: boolean, priority: *): * source
Params:
| Name | Type | Attribute | Description |
| arg1 | {} |
|
|
| arg2 | * |
|
|
| remove | boolean |
|
|
| priority | * |
|
Return:
| * |
public onFirst(type: *, callback: *) source
Params:
| Name | Type | Attribute | Description |
| type | * | ||
| callback | * |
public onLast(type: *, callback: *) source
Params:
| Name | Type | Attribute | Description |
| type | * | ||
| callback | * |
public once(type: *, callback: *) source
Params:
| Name | Type | Attribute | Description |
| type | * | ||
| callback | * |
public removeInspectors() source
public removeListener(types: *, callback: *): * source
Params:
| Name | Type | Attribute | Description |
| types | * | ||
| callback | * |
Return:
| * |