Packagejp.sourceforge.larch.core.command.impl
Classpublic class AlertCommand
InheritanceAlertCommand Inheritance SyncCommand Inheritance Command

アラート表示コマンド



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

コンストラクタ

Parameters
aMessage:String
 
aTitle:String (default = null)
Method detail
doExecute()method
protected override function doExecute():Boolean

アラートを表示します。

Returns
Boolean — 常にtrue