Packageorg.springextensions.actionscript.mvcs.command
Interfacepublic interface ICompositeCommand extends IAsyncCommand, ICommand, flash.events.IEventDispatcher
ImplementorsCompositeCommand



Public Methods
 MethodDefined by
  
addCommand(command:ICommand):void
Adds a command to this composite command.
ICompositeCommand
 Inherited
addFaultListener(listener:Function):void
Adds a listener for the "asyncCommandFault" event.
IAsyncCommand
 Inherited
addResultListener(listener:Function):void
Adds a listener for the "asyncCommandResult" event.
IAsyncCommand
 Inherited
dispatchFaultEvent(fault:Object, bubbles:Boolean = false, cancelable:Boolean = false):void
IAsyncCommand
 Inherited
dispatchResultEvent(result:Object, bubbles:Boolean = false, cancelable:Boolean = false):void
IAsyncCommand
 Inherited
execute():void
Executes the command.
ICommand
Method detail
addCommand()method
public function addCommand(command:ICommand):void

Adds a command to this composite command.

Parameters
command:ICommand