Packageorg.springextensions.actionscript.core.command.event
SVN browsingCompositeCommandEvent.as
FisheyeCompositeCommandEvent.as
Classpublic class CompositeCommandEvent
InheritanceCompositeCommandEvent Inheritance flash.events.Event



Documentation reference: composite commands


Public Properties
 PropertyDefined by
  command : ICommand
[read-only]
CompositeCommandEvent
Public Methods
 MethodDefined 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
Public Constants
 ConstantDefined 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
Property detail
commandproperty
command:ICommand  [read-only]Implementation
    public function get command():ICommand
Constructor detail
CompositeCommandEvent()constructor
public function CompositeCommandEvent(type:String, command:ICommand = null, bubbles:Boolean = false, cancelable:Boolean = false)

Constructs a new CompositeCommandEvent

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

Returns an exact copy of the current CompositeCommandEvent instance.

Returns
Event
Constant detail
AFTER_EXECUTE_COMMANDconstant
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_COMMANDconstant 
public static const BEFORE_EXECUTE_COMMAND:String = "compositeCommandBeforeExecuteCommand"

Defines the value of the type property of a CompositeCommandEvent.BEFORE_EXECUTE_COMMAND event object.

COMPLETEconstant 
public static const COMPLETE:String = "compositeCommandComplete"

Defines the value of the type property of a CompositeCommandEvent.COMPLETE event object.

ERRORconstant 
public static const ERROR:String = "compositeCommandError"

Defines the value of the type property of a CompositeCommandEvent.ERROR event object.