Package | com.panosalado.events |
Class | public class PanoSaladoEvent |
Inheritance | PanoSaladoEvent ![]() |
Method | Defined by | ||
---|---|---|---|
PanoSaladoEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
| PanoSaladoEvent |
Constant | Defined 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 |
PanoSaladoEvent | () | constructor |
public function PanoSaladoEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Parameters
type:String |
|
bubbles:Boolean (default = false )
|
|
cancelable:Boolean (default = false )
|
SWING_TO_CHILD_COMPLETE | constant |
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_COMPLETE | constant |
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.