Packagecom.kapit.diagram.actions
Classpublic class ActionsManagerEvent
InheritanceActionsManagerEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  action : String = "null"
String reference (ID) of an Action.
ActionsManagerEvent
  success : Boolean = true
True if a flagged ActionManagerEvent was performed successfully.
ActionsManagerEvent
Public Methods
 MethodDefined by
  
ActionsManagerEvent(type:String, action:String, s:Boolean = true)
Creates a new ActionManagerEvent instance.
ActionsManagerEvent
Public Constants
 ConstantDefined by
  ACTION_RUNNING : String = "running"
[static] String representation telling that ActionManager is performing a given Action (Action is running).
ActionsManagerEvent
  ACTION_STOPPED : String = "stopped"
[static] String representation telling that ActionManager have stopped a given action (Action is stopped).
ActionsManagerEvent
Property detail
actionproperty
public var action:String = "null"

String reference (ID) of an Action.

successproperty 
public var success:Boolean = true

True if a flagged ActionManagerEvent was performed successfully.

Constructor detail
ActionsManagerEvent()constructor
public function ActionsManagerEvent(type:String, action:String, s:Boolean = true)

Creates a new ActionManagerEvent instance.

Parameters
type:String — Event type.
 
action:String — Action ID.
 
s:Boolean (default = true) — Success information.
Constant detail
ACTION_RUNNINGconstant
public static const ACTION_RUNNING:String = "running"

String representation telling that ActionManager is performing a given Action (Action is running).

ACTION_STOPPEDconstant 
public static const ACTION_STOPPED:String = "stopped"

String representation telling that ActionManager have stopped a given action (Action is stopped).