Package | jp.sourceforge.larch.core.command.impl |
Class | public class ExecFunctionCommand |
Inheritance | ExecFunctionCommand ![]() ![]() |
Method | Defined by | ||
---|---|---|---|
ExecFunctionCommand(aFunction:Function, aArgs:Array = null, aTarget:Object = null, aTargetProperty:String = null)
コンストラクタ
| ExecFunctionCommand | ||
![]() |
execute():void
サブクラスのコマンド処理を実行します。
実行が正常終了したらnextCommandを実行します。
| SyncCommand |
Method | Defined by | ||
---|---|---|---|
doExecute():Boolean
関数を実行し、結果をresultValueに設定します。
| ExecFunctionCommand |
ExecFunctionCommand | () | constructor |
public function ExecFunctionCommand(aFunction:Function, aArgs:Array = null, aTarget:Object = null, aTargetProperty:String = null)
コンストラクタ
ParametersaFunction:Function — 実行する関数
|
|
aArgs:Array (default = null ) — aFunctionの引数
|
|
aTarget:Object (default = null ) — 関数実行結果の設定先
|
|
aTargetProperty:String (default = null ) — 関数実行結果の設定先のプロパティ名
|
doExecute | () | method |
protected override function doExecute():Boolean
関数を実行し、結果をresultValueに設定します。
ReturnsBoolean — 常にtrue
|