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