Methods
add(e, h)
- Description:
- Adds an eventlistener.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
e |
||
h |
function | The eventlistener. |
clear()
- Description:
- Clears all eventlisteners of every event registered.
- Source:
disposeEvent(e)
- Description:
- Removes all eventlisteners of an event.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
e |
remove(e, h)
- Description:
- Removes an eventlistener.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
e |
||
h |
function | The eventlistener. |