| Package | org.springextensions.actionscript.mvcs.command |
| Interface | public interface ICompositeCommand extends IAsyncCommand, ICommand, flash.events.IEventDispatcher |
| Implementors | CompositeCommand |
| Method | Defined by | ||
|---|---|---|---|
|
addCommand(command:ICommand):void
Adds a command to this composite command.
| ICompositeCommand | ||
![]() |
addFaultListener(listener:Function):void
Adds a listener for the "asyncCommandFault" event.
| IAsyncCommand | |
![]() |
addResultListener(listener:Function):void
Adds a listener for the "asyncCommandResult" event.
| IAsyncCommand | |
![]() |
dispatchFaultEvent(fault:Object, bubbles:Boolean = false, cancelable:Boolean = false):void
| IAsyncCommand | |
![]() |
dispatchResultEvent(result:Object, bubbles:Boolean = false, cancelable:Boolean = false):void
| IAsyncCommand | |
![]() |
execute():void
Executes the command.
| ICommand | |