| Package | org.springextensions.actionscript.core.command.event |
| SVN browsing | CompositeCommandEvent.as |
| Fisheye | CompositeCommandEvent.as |
| Class | public class CompositeCommandEvent |
| Inheritance | CompositeCommandEvent flash.events.Event |
Documentation reference: composite commands
| Method | Defined by | ||
|---|---|---|---|
|
CompositeCommandEvent(type:String, command:ICommand = null, bubbles:Boolean = false, cancelable:Boolean = false)
Constructs a new CompositeCommandEvent
| CompositeCommandEvent | ||
|
clone():Event
Returns an exact copy of the current
CompositeCommandEvent instance. | CompositeCommandEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| AFTER_EXECUTE_COMMAND : String = "compositeCommandAfterExecuteCommand" [static]
Defines the value of the type property of a
CompositeCommandEvent.AFTER_EXECUTE_COMMAND event object. | CompositeCommandEvent | ||
| BEFORE_EXECUTE_COMMAND : String = "compositeCommandBeforeExecuteCommand" [static]
Defines the value of the type property of a
CompositeCommandEvent.BEFORE_EXECUTE_COMMAND event object. | CompositeCommandEvent | ||
| COMPLETE : String = "compositeCommandComplete" [static]
Defines the value of the type property of a
CompositeCommandEvent.COMPLETE event object. | CompositeCommandEvent | ||
| ERROR : String = "compositeCommandError" [static]
Defines the value of the type property of a
CompositeCommandEvent.ERROR event object. | CompositeCommandEvent | ||
| command | property |
| CompositeCommandEvent | () | constructor |
public function CompositeCommandEvent(type:String, command:ICommand = null, bubbles:Boolean = false, cancelable:Boolean = false)Constructs a new CompositeCommandEvent
Parameterstype:String |
|
command:ICommand (default = null) |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| clone | () | method |
public override function clone():Event
Returns an exact copy of the current CompositeCommandEvent instance.
Event |
| AFTER_EXECUTE_COMMAND | constant |
public static const AFTER_EXECUTE_COMMAND:String = "compositeCommandAfterExecuteCommand"
Defines the value of the type property of a CompositeCommandEvent.AFTER_EXECUTE_COMMAND event object.
| BEFORE_EXECUTE_COMMAND | constant |
public static const BEFORE_EXECUTE_COMMAND:String = "compositeCommandBeforeExecuteCommand"
Defines the value of the type property of a CompositeCommandEvent.BEFORE_EXECUTE_COMMAND event object.
| COMPLETE | constant |
public static const COMPLETE:String = "compositeCommandComplete"
Defines the value of the type property of a CompositeCommandEvent.COMPLETE event object.
| ERROR | constant |
public static const ERROR:String = "compositeCommandError"
Defines the value of the type property of a CompositeCommandEvent.ERROR event object.