Packageorg.springextensions.actionscript.core.command
SVN browsingICommand.as
FisheyeICommand.as
Interfacepublic interface ICommand
SubinterfacesIAsyncCommand, ICompositeCommand, ITask
ImplementorsFunctionCommand, FunctionProxyCommand, PauseCommand, TaskFlowControlCommand

Interface to be implemented by command classes.



Documentation reference: commands


Public Methods
 MethodDefined by
  
execute():*
Executes the command.
ICommand
Method detail
execute()method
public function execute():*

Executes the command.

Returns
*