Packagecom.asfusion.mate.events
Classpublic class ActionListEvent
InheritanceActionListEvent Inheritance flash.events.Event

Event indicating status changes in the IActionList (start, end, etc).



Public Properties
 PropertyDefined by
  originalEvent : Event
Original Event that started the IActionList.
ActionListEvent
Public Methods
 MethodDefined by
  
ActionListEvent(type:String, originalEvent:Event = null)
Constructor
ActionListEvent
Public Constants
 ConstantDefined 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
Property detail
originalEventproperty
public var originalEvent:Event

Original Event that started the IActionList.

Constructor detail
ActionListEvent()constructor
public function ActionListEvent(type:String, originalEvent:Event = null)

Constructor

Parameters
type:String
 
originalEvent:Event (default = null)
Constant detail
ENDconstant
public static const END:String = "end"

Dispatched when the IActionList ends.

SCOPE_CHANGEconstant 
public static const SCOPE_CHANGE:String = "scopeChange"

Dispatched when the scope changes.

STARTconstant 
public static const START:String = "start"

Dispatched when the IActionList starts.