| Package | org.spicefactory.lib.command |
| Interface | public interface AsyncCommand extends Command, flash.events.IEventDispatcher |
| Implementors | AbstractAsyncCommand |
| Property | Defined By | ||
|---|---|---|---|
| active : Boolean [read-only]
Indicates whether this command is currently executing. | AsyncCommand | ||
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| Dispatched when the command execution completed successfully. | AsyncCommand | |||
| Dispatched when the command execution failed. | AsyncCommand | |||
| active | property |
active:Boolean [read-only] Indicates whether this command is currently executing.
public function get active():Boolean| complete | Event |
org.spicefactory.lib.command.events.CommandResultEventDispatched when the command execution completed successfully.
| error | Event |
org.spicefactory.lib.command.events.CommandResultEventDispatched when the command execution failed.