Packagesekati.events
Classpublic class BootstrapEvent
InheritanceBootstrapEvent Inheritance flash.events.Event

Application BootstrapEvent's fired during the bootstrapping process of Sekati API.

See also

sekati.core.Bootstrap


Public Methods
 MethodDefined by
  
BootstrapEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false)
BootstrapEvent Constructor
BootstrapEvent
  
clone():Event
BootstrapEvent
Public Constants
 ConstantDefined by
  APP_CONFIG : String = "appConfigLoad"
[static]
BootstrapEvent
  APP_DATA : String = "appDataLoad"
[static]
BootstrapEvent
  APP_FAIL : String = "appFailure"
[static]
BootstrapEvent
  APP_INIT : String = "appInit"
[static]
BootstrapEvent
  APP_LOAD : String = "appLoad"
[static]
BootstrapEvent
  APP_STYLE : String = "appStyleLoad"
[static]
BootstrapEvent
Constructor detail
BootstrapEvent()constructor
public function BootstrapEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false)

BootstrapEvent Constructor

Parameters
type:String
 
bubbles:Boolean (default = true)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Returns
Event
Constant detail
APP_CONFIGconstant
public static const APP_CONFIG:String = "appConfigLoad"

APP_DATAconstant 
public static const APP_DATA:String = "appDataLoad"

APP_FAILconstant 
public static const APP_FAIL:String = "appFailure"

APP_INITconstant 
public static const APP_INIT:String = "appInit"

APP_LOADconstant 
public static const APP_LOAD:String = "appLoad"

APP_STYLEconstant 
public static const APP_STYLE:String = "appStyleLoad"