| Package | org.springextensions.actionscript.core.command |
| SVN browsing | ICommand.as |
| Fisheye | ICommand.as |
| Interface | public interface ICommand |
| Subinterfaces | IAsyncCommand, ICompositeCommand, ITask |
| Implementors | FunctionCommand, FunctionProxyCommand, PauseCommand, TaskFlowControlCommand |
Documentation reference: commands
| Method | Defined by | ||
|---|---|---|---|
|
execute():*
Executes the command.
| ICommand | ||