- invoke(type, more) — Invoke a class event, notifying all listeners. You must declare the
events your class invokes when you install it; see @{function:JX.install}
for documentation. Any arguments you provide will be passed to listener
callbacks.
- static listen(type, callback) — Static listen interface for listening to events produced by any instance
of this class. See @{method:listen} for documentation.
No methods for this task.
No methods for this task.
- getNodeData(key)
- static initialize() — @{class:JX.Event} installs a toString() method in ##__DEV__## which allows
you to log or print events and get a reasonable representation of them: