| Package | org.spicefactory.lib.command |
| Interface | public interface CancellableCommand extends AsyncCommand, Command, flash.events.IEventDispatcher |
| Implementors | AbstractCancellableCommand |
| Method | Defined By | ||
|---|---|---|---|
cancel():void
Cancels the command. | CancellableCommand | ||
![]() | execute():void
Executes the command. | Command | |
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| Dispatched when the command gets cancelled. | CancellableCommand | |||
| cancel | () | method |
public function cancel():voidCancels the command.
| cancel | Event |
org.spicefactory.lib.command.events.CommandEventDispatched when the command gets cancelled.