| Package | com.kapit.diagram.actions |
| Class | public class ActionsManagerEvent |
| Inheritance | ActionsManagerEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| action : String = "null"
String reference (ID) of an Action.
| ActionsManagerEvent | ||
| success : Boolean = true
True if a flagged ActionManagerEvent was performed successfully.
| ActionsManagerEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
ActionsManagerEvent(type:String, action:String, s:Boolean = true)
Creates a new ActionManagerEvent instance.
| ActionsManagerEvent | ||
| Constant | Defined 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 | ||
| action | property |
public var action:String = "null"String reference (ID) of an Action.
| success | property |
public var success:Boolean = trueTrue if a flagged ActionManagerEvent was performed successfully.
| ActionsManagerEvent | () | constructor |
public function ActionsManagerEvent(type:String, action:String, s:Boolean = true)Creates a new ActionManagerEvent instance.
Parameterstype:String — Event type.
|
|
action:String — Action ID.
|
|
s:Boolean (default = true) — Success information.
|
| ACTION_RUNNING | constant |
public static const ACTION_RUNNING:String = "running"String representation telling that ActionManager is performing a given Action (Action is running).
| ACTION_STOPPED | constant |
public static const ACTION_STOPPED:String = "stopped"String representation telling that ActionManager have stopped a given action (Action is stopped).