Packageorg.springextensions.actionscript.core.command.event
SVN browsingCommandEvent.as
FisheyeCommandEvent.as
Classpublic class CommandEvent
InheritanceCommandEvent Inheritance flash.events.Event



Documentation reference: commands


Public Properties
 PropertyDefined by
  command : ICommand
[read-only]
CommandEvent
Public Methods
 MethodDefined 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
Public Constants
 ConstantDefined by
  EXECUTE : String = "executeCommand"
[static] Defines the value of the type property of a CommandEvent.EXECUTE event object.
CommandEvent
Property detail
commandproperty
command:ICommand  [read-only]Implementation
    public function get command():ICommand
Constructor detail
CommandEvent()constructor
public function CommandEvent(type:String, command:ICommand, bubbles:Boolean = false, cancelable:Boolean = false)

Creates a new CompositeCommandEvent instance.

Parameters
type:String
 
command:ICommand
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Returns an exact copy of the current CommandEvent instance.

Returns
Event
Constant detail
EXECUTEconstant
public static const EXECUTE:String = "executeCommand"

Defines the value of the type property of a CommandEvent.EXECUTE event object.