Packagejp.sourceforge.larch.core.action.command
Classpublic class SyncCommand
InheritanceSyncCommand Inheritance Command
SubclassesAlertCommand, ExecFunctionCommand, SetPropertyCommand

同期処理コマンド基底クラス



Public Properties
 PropertyDefined by
 InheritednextCommand : Command
次に実行するコマンド
Command
Protected Properties
 PropertyDefined by
 InheritedresultValue : Object
コンストラクタで指定した結果の設定先に結果を設定します。
Command
Public Methods
 MethodDefined by
  
SyncCommand(aTarget:Object = null, aTargetProperty:String = null)
コンストラクタ
SyncCommand
  
execute():void
サブクラスのコマンド処理を実行します。 実行が正常終了したらnextCommandを実行します。
SyncCommand
Protected Methods
 MethodDefined by
  
doExecute():Boolean
コマンド処理を実行します。 サブクラスにて実装してください。
SyncCommand
Constructor detail
SyncCommand()constructor
public function SyncCommand(aTarget:Object = null, aTargetProperty:String = null)

コンストラクタ

Parameters
aTarget:Object (default = null) — 結果の設定先
 
aTargetProperty:String (default = null) — 結果の設定先のプロパティ名
Method detail
doExecute()method
protected function doExecute():Boolean

コマンド処理を実行します。 サブクラスにて実装してください。

Returns
Boolean — 実行結果
execute()method 
public override function execute():void

サブクラスのコマンド処理を実行します。 実行が正常終了したらnextCommandを実行します。