- Source:
Methods
handleEvent(event)
Callback function to handle events for which this listener is registered.
Parameters:
Name | Type | Description |
---|---|---|
event |
SimpleEvent |
- Source:
Definition of an event listener for the purposes of SimpleEventDispatcher. Effectively identical to the standard DOM
EventListener
.
Callback function to handle events for which this listener is registered.
Name | Type | Description |
---|---|---|
event |
SimpleEvent |