Home > @i2analyze/notebook-sdk > app > IApplicationEvents
app.IApplicationEvents interface
A collection of methods that set up listeners to run in response to events.
Signature:
interface IApplicationEvents
Introduced: version 1.0
Methods
Method | Description |
---|---|
addEventListener(type, listener, options) | Adds an event listener. See app.ApplicationEventMap for the available events. |
removeEventListener(type, listener) | Removes an event listener. See app.ApplicationEventMap for the available events. |