Zimlet JavaScript API Reference - ZmAppEvent

Class ZmAppEvent


Extends ZmEvent.

This class represents an event related to a change of state for an individual application or for ZCS as a whole.

Defined in: ZmAppEvent.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ZmAppEvent(the)
Creates an empty application event.
Field Summary
Field Attributes Field Name and Description
<static>  
ZmAppEvent.POST_LAUNCH
Defines the event used to notify listeners post-launch.
<static>  
ZmAppEvent.POST_RENDER
Defines the event used to notify listeners post-render.
<static>  
ZmAppEvent.POST_STARTUP
Defines the event used to notify listeners post-startup.
<static>  
ZmAppEvent.PRE_LAUNCH
Defines the event used to notify listeners pre-launch.
<static>  
ZmAppEvent.PRE_STARTUP
Event used to notify listeners before startup (i.e.
Method Summary
Method Attributes Method Name and Description
 
Returns a string representation of the object.
Methods borrowed from class ZmEvent:
getDetail, getDetails, getItems, set, setDetail, setDetails
Class Detail
ZmAppEvent(the)
Creates an empty application event.
Parameters:
{Object} the
application to which this event applies; if null, the event applies to ZCS
Field Detail
<static> ZmAppEvent.POST_LAUNCH
Defines the event used to notify listeners post-launch.

<static> ZmAppEvent.POST_RENDER
Defines the event used to notify listeners post-render.

<static> ZmAppEvent.POST_STARTUP
Defines the event used to notify listeners post-startup.

<static> ZmAppEvent.PRE_LAUNCH
Defines the event used to notify listeners pre-launch.

<static> ZmAppEvent.PRE_STARTUP
Event used to notify listeners before startup (i.e. before the first app is activated). This is a bit of a misnomer because this event occurs after the apps are initialized but before the first app is shown. This allows code to be executed after the apps have registered settings but before the app actually acts on those settings.
See:
ZmAppEvent.POST_STARTUP
Method Detail
{String} toString()
Returns a string representation of the object.
Returns:
{String} a string representation of the object

Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:37 GMT-0400 (EDT)