Extends
- BasicEventEmitter
Methods
Fires an event with args, this will call each of the listeners registered for the given event.
Name | Type | Description |
---|---|---|
event |
T |
the event id |
args |
any |
related arguments |
Returns:
Type | Description |
---|---|
boolean |