Difference between revisions of "Event.APPLICATION START"

From GiderosMobile
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
 
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Value:''' applicationStart<br/>
 
'''Value:''' applicationStart<br/>
 +
'''Defined by:''' [[EventDispatcher]]<br/>
 +
 
=== Description ===
 
=== Description ===
This event is dispatched when application is started
+
The Event.APPLICATION_START is dispatched when the application is started.
 +
 
 +
{{Application}}
 +
<!--{{EventDispatcher}}-->

Latest revision as of 20:11, 15 December 2023

Available since: Gideros 2011.6
Value: applicationStart
Defined by: EventDispatcher

Description

The Event.APPLICATION_START is dispatched when the application is started.