Builtin Events
Builtin Events
- 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.