Class: EventManager
new EventManager()
- Source:
Members
(static) EVENT :Object
Type:
- Source:
Methods
(static) fire(eventName, properties)
Parameters:
| Name |
Type |
Description |
eventName |
|
|
properties |
|
|
- Source:
(static) observe(eventName, fnCallback, id)
Parameters:
| Name |
Type |
Description |
eventName |
|
|
fnCallback |
|
|
id |
|
|
- Source:
(static) observeDiv(divId, eventName, fnCallback)
Parameters:
| Name |
Type |
Description |
divId |
|
|
eventName |
|
|
fnCallback |
|
|
- Source:
(static) stopObserving(eventName, id)
Parameters:
| Name |
Type |
Description |
eventName |
|
|
id |
|
|
- Source: