Class ZmAppEvent
Class Detail
ZmAppEvent(the)
Creates an empty application event.
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.
Method Detail
{String}
toString()
Returns 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)
|