| Package | jp.sourceforge.larch.core.command |
| Class | public class Command |
| Subclasses | AsyncCommand, RemotingCommand, SequenceCommand, SyncCommand |
| Property | Defined by | ||
|---|---|---|---|
| nextCommand : Command
次に実行するコマンド
| Command | ||
| Property | Defined by | ||
|---|---|---|---|
| resultValue : Object [write-only]
コンストラクタで指定した結果の設定先に結果を設定します。
| Command | ||
| Method | Defined by | ||
|---|---|---|---|
|
Command(aTarget:Object = null, aTargetProperty:String = null)
コンストラクタ
| Command | ||
|
execute():void
コマンドを実行します。
サブクラスにて実装してください。
| Command | ||
| nextCommand | property |
public var nextCommand:Command次に実行するコマンド
| resultValue | property |
resultValue:Object [write-only]コンストラクタで指定した結果の設定先に結果を設定します。
Implementation protected function set resultValue(value:Object):void
| Command | () | constructor |
public function Command(aTarget:Object = null, aTargetProperty:String = null)コンストラクタ
ParametersaTarget:Object (default = null) — 結果の設定先
|
|
aTargetProperty:String (default = null) — 結果の設定先のプロパティ名
|
| execute | () | method |
public function execute():voidコマンドを実行します。 サブクラスにて実装してください。