Class actuate.dashboard.EventConstants
Description
Defines the event constants supported by the Dashboard class. Table 44‑7 lists the dashboard event constants.
Table 44‑7 Actuate JavaScript API dashboard event constants 
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.