Event | Description |
ON_EXCEPTION | Event triggered when an exception occurs. The event handler takes an actuate.Exception object as an input parameter. |
ON_SESSION_TIMEOUT | Session time-out event. Whenever a session time-out event occurs and the user tries to perform any operation on the explorer, a prompt dialog appears to ask whether the user wants to log in again. If the user clicks yes, the ON_SESSION_TIMEOUT event fires. If no handler has been registered for this event, the viewer displays a default login dialog. The event handler takes the current actuate.Dashboard object as an input parameter. |