| Package | com.asfusion.mate.events |
| Class | public class ActionListEvent |
| Inheritance | ActionListEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| originalEvent : Event
Original Event that started the IActionList.
| ActionListEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
ActionListEvent(type:String, originalEvent:Event = null)
Constructor
| ActionListEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| END : String = "end" [static]
Dispatched when the IActionList ends.
| ActionListEvent | ||
| SCOPE_CHANGE : String = "scopeChange" [static]
Dispatched when the scope changes.
| ActionListEvent | ||
| START : String = "start" [static]
Dispatched when the IActionList starts.
| ActionListEvent | ||
| originalEvent | property |
public var originalEvent:EventOriginal Event that started the IActionList.
| ActionListEvent | () | constructor |
public function ActionListEvent(type:String, originalEvent:Event = null)Constructor
Parameterstype:String |
|
originalEvent:Event (default = null) |
| END | constant |
public static const END:String = "end"Dispatched when the IActionList ends.
| SCOPE_CHANGE | constant |
public static const SCOPE_CHANGE:String = "scopeChange"Dispatched when the scope changes.
| START | constant |
public static const START:String = "start"Dispatched when the IActionList starts.