Packagejp.seagirl.genius.commands
Interfacepublic interface ICommand
SubinterfacesISequenceCommand

ICommandはコマンドクラスを定義するインターフェースです。 (互換性のために残してある古いインターフェースです。)



Public Methods
 MethodDefined by
  
execute(event:GeniusEvent):void
コマンドが実行されると呼び出されます。
ICommand
Method detail
execute()method
public function execute(event:GeniusEvent):void

コマンドが実行されると呼び出されます。

Parameters
event:GeniusEvent