Packageorg.springextensions.actionscript.mvcs.command
Interfacepublic interface ICommand
SubinterfacesIAsyncCommand

Interface to be implemented by command classes.



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

Executes the command.