Packageorg.swizframework.utils.commands
Interfacepublic interface ICommand

Base interface that must be implemented in order to be mapped to an event in a CommandMap.

See also

org.swizframework.utils.commands.CommandMap


Public Methods
 MethodDefined By
  
execute():void
ICommand
Method Detail
execute()method
public function execute():void