Packagejp.sourceforge.larch.core.action.command
Classpublic class SequenceCommand
InheritanceSequenceCommand Inheritance Command

複数コマンド順次実行コマンド



Public Properties
 PropertyDefined by
 InheritednextCommand : Command
次に実行するコマンド
Command
Protected Properties
 PropertyDefined by
 InheritedresultValue : Object
コンストラクタで指定した結果の設定先に結果を設定します。
Command
Public Methods
 MethodDefined by
  
SequenceCommand(commands:Array)
commandsの配列の順序でコマンドを実行します。
SequenceCommand
  
execute():void
先頭のコマンドを実行します。
SequenceCommand
Constructor detail
SequenceCommand()constructor
public function SequenceCommand(commands:Array)

commandsの配列の順序でコマンドを実行します。

Parameters
commands:Array — 順次実行するコマンド
Method detail
execute()method
public override function execute():void

先頭のコマンドを実行します。