Packageidv.cjcat.stardust.common.events
Classpublic class ActionEvent
InheritanceActionEvent Inheritance flash.events.Event

Event dispatched by actions.



Public Properties
 PropertyDefined by
  action : Action
[read-only] The associated action.
ActionEvent
Public Methods
 MethodDefined by
  
ActionEvent(type:String, action:Action)
ActionEvent
Public Constants
 ConstantDefined by
  PRIORITY_CHANGE : String = "stardustActoinPriorityChange"
[static] This event is dispatched when an action's priority value is changed.
ActionEvent
Property detail
actionproperty
action:Action  [read-only]

The associated action.

Implementation
    public function get action():Action
Constructor detail
ActionEvent()constructor
public function ActionEvent(type:String, action:Action)Parameters
type:String
 
action:Action
Constant detail
PRIORITY_CHANGEconstant
public static const PRIORITY_CHANGE:String = "stardustActoinPriorityChange"

This event is dispatched when an action's priority value is changed.