Controls the triggering of events and the association of functions with specific events.
|
|
Methods |
Description |
|
|
Bind a function to an event. |
|
|
|
Fires the designated event. |
|
|
|
Disassociates a specific function from a specified event, so that the function is no longer executed each time the event is triggered. |