Static Method Summary
| Static Public Methods | ||
| public static |
mixin(object: *, handlers: *) |
|
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 |
once(type: *, callback: *) |
|
| public |
|
|
| public |
removeListener(types: *, callback: *): * |
|
| public |
|
|
Static Public Methods
public static mixin(object: *, handlers: *) source
Params:
| Name | Type | Attribute | Description |
| object | * | ||
| handlers | * |
|
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): * source
Params:
| Name | Type | Attribute | Description |
| arg1 | {} |
|
|
| arg2 | * |
|
|
| remove | boolean |
|
Return:
| * |
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:
| * |