| Package | sekati.events |
| Class | public class BootstrapEvent |
| Inheritance | BootstrapEvent flash.events.Event |
See also
| Method | Defined by | ||
|---|---|---|---|
|
BootstrapEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false)
BootstrapEvent Constructor
| BootstrapEvent | ||
|
clone():Event
| BootstrapEvent | ||
| Constant | Defined 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 | ||
| BootstrapEvent | () | constructor |
public function BootstrapEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false)BootstrapEvent Constructor
Parameterstype:String |
|
bubbles:Boolean (default = true) |
|
cancelable:Boolean (default = false) |
| clone | () | method |
public override function clone():EventReturns
Event |
| APP_CONFIG | constant |
public static const APP_CONFIG:String = "appConfigLoad"
| APP_DATA | constant |
public static const APP_DATA:String = "appDataLoad"
| APP_FAIL | constant |
public static const APP_FAIL:String = "appFailure"
| APP_INIT | constant |
public static const APP_INIT:String = "appInit"
| APP_LOAD | constant |
public static const APP_LOAD:String = "appLoad"
| APP_STYLE | constant |
public static const APP_STYLE:String = "appStyleLoad"