| Method | Defined by | ||
|---|---|---|---|
|
PyroEvent(type:String)
| PyroEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| CREATION_COMPLETE : String = "creationComplete" [static]
| PyroEvent | ||
| ENTER : String = "enter" [static]
| PyroEvent | ||
| INITIALIZE : String = "initialize" [static]
| PyroEvent | ||
| PREINITIALIZE : String = "preInitialize" [static]
| PyroEvent | ||
| PROPERTY_CHANGE : String = "propertyChange" [static]
| PyroEvent | ||
| SCROLLBARS_CHANGED : String = "scrollBarsChanged" [static]
| PyroEvent | ||
| SIZE_CHANGED : String = "sizeChanged" [static]
| PyroEvent | ||
| SIZE_INVALIDATED : String = "sizeInvalidated" [static]
| PyroEvent | ||
| SIZE_VALIDATED : String = "sizeValidated" [static]
| PyroEvent | ||
| UPDATE_COMPLETE : String = "updateComplete" [static]
| PyroEvent | ||
| PyroEvent | () | constructor |
public function PyroEvent(type:String)Parameters
type:String |
| CREATION_COMPLETE | constant |
public static const CREATION_COMPLETE:String = "creationComplete"
| ENTER | constant |
public static const ENTER:String = "enter"
| INITIALIZE | constant |
public static const INITIALIZE:String = "initialize"
| PREINITIALIZE | constant |
public static const PREINITIALIZE:String = "preInitialize"
| PROPERTY_CHANGE | constant |
public static const PROPERTY_CHANGE:String = "propertyChange"
| SCROLLBARS_CHANGED | constant |
public static const SCROLLBARS_CHANGED:String = "scrollBarsChanged"
| SIZE_CHANGED | constant |
public static const SIZE_CHANGED:String = "sizeChanged"
| SIZE_INVALIDATED | constant |
public static const SIZE_INVALIDATED:String = "sizeInvalidated"
| SIZE_VALIDATED | constant |
public static const SIZE_VALIDATED:String = "sizeValidated"
| UPDATE_COMPLETE | constant |
public static const UPDATE_COMPLETE:String = "updateComplete"