Packagecom.panosalado.events
Classpublic class PanoSaladoEvent
InheritancePanoSaladoEvent Inheritance flash.events.Event



Public Methods
 MethodDefined by
  
PanoSaladoEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
PanoSaladoEvent
Public Constants
 ConstantDefined by
  SWING_TO_CHILD_COMPLETE : String = "swingToChildComplete"
[static] The PanoSaladoEvent.SWING_TO_CHILD_COMPLETE constant defines the value of the type property of the event object for an swingToChildComplete event.
PanoSaladoEvent
  SWING_TO_COMPLETE : String = "swingToComplete"
[static] The PanoSaladoEvent.SWING_TO_COMPLETE constant defines the value of the type property of the event object for an swingToComplete event.
PanoSaladoEvent
Constructor detail
PanoSaladoEvent()constructor
public function PanoSaladoEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant detail
SWING_TO_CHILD_COMPLETEconstant
public static const SWING_TO_CHILD_COMPLETE:String = "swingToChildComplete"

The PanoSaladoEvent.SWING_TO_CHILD_COMPLETE constant defines the value of the type property of the event object for an swingToChildComplete event.

SWING_TO_COMPLETEconstant 
public static const SWING_TO_COMPLETE:String = "swingToComplete"

The PanoSaladoEvent.SWING_TO_COMPLETE constant defines the value of the type property of the event object for an swingToComplete event.