Packageorg.openPyro.events
Classpublic class PyroEvent
InheritancePyroEvent Inheritance flash.events.Event



Public Methods
 MethodDefined by
  
PyroEvent(type:String)
PyroEvent
Public Constants
 ConstantDefined 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
Constructor detail
PyroEvent()constructor
public function PyroEvent(type:String)Parameters
type:String
Constant detail
CREATION_COMPLETEconstant
public static const CREATION_COMPLETE:String = "creationComplete"
ENTERconstant 
public static const ENTER:String = "enter"
INITIALIZEconstant 
public static const INITIALIZE:String = "initialize"
PREINITIALIZEconstant 
public static const PREINITIALIZE:String = "preInitialize"
PROPERTY_CHANGEconstant 
public static const PROPERTY_CHANGE:String = "propertyChange"
SCROLLBARS_CHANGEDconstant 
public static const SCROLLBARS_CHANGED:String = "scrollBarsChanged"
SIZE_CHANGEDconstant 
public static const SIZE_CHANGED:String = "sizeChanged"
SIZE_INVALIDATEDconstant 
public static const SIZE_INVALIDATED:String = "sizeInvalidated"
SIZE_VALIDATEDconstant 
public static const SIZE_VALIDATED:String = "sizeValidated"
UPDATE_COMPLETEconstant 
public static const UPDATE_COMPLETE:String = "updateComplete"