| Package | jp.progression.events |
| Class | public class CommandEvent |
| Inheritance | CommandEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| enforcedInterrupted : Boolean [read-only]
コマンドが強制中断処理されたかどうかを取得します。
| CommandEvent | ||
| errorObject : Error [read-only]
コマンドオブジェクトからスローされた例外を取得します。
| CommandEvent | ||
| Method | Defined By | ||
|---|---|---|---|
CommandEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, enforcedInterrupted:Boolean = false, errorObject:Error = null)
新しい CommandEvent インスタンスを作成します。
Creates a new CommandEvent object.
| CommandEvent | ||
clone():Event [override]
CommandEvent インスタンスのコピーを作成して、各プロパティの値を元のプロパティの値と一致するように設定します。
Duplicates an instance of an CommandEvent subclass.
| CommandEvent | ||
toString():String [override]
指定されたオブジェクトのストリング表現を返します。
Returns the string representation of the specified object.
| CommandEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| COMMAND_ADDED : String = commandAdded [static]
commandAdded イベントオブジェクトの type プロパティ値を定義します。
The CommandEvent.COMMAND_ADDED constant defines the value of the type property of an commandAdded event object.
| CommandEvent | ||
| COMMAND_COMPLETE : String = commandComplete [static]
commandComplete イベントオブジェクトの type プロパティ値を定義します。
The CommandEvent.COMMAND_COMPLETE constant defines the value of the type property of an commandComplete event object.
| CommandEvent | ||
| COMMAND_ERROR : String = commandError [static]
commandError イベントオブジェクトの type プロパティ値を定義します。
The CommandEvent.COMMAND_ERROR constant defines the value of the type property of an commandError event object.
| CommandEvent | ||
| COMMAND_INTERRUPT : String = commandInterrupt [static]
commandInterrupt イベントオブジェクトの type プロパティ値を定義します。
The CommandEvent.COMMAND_INTERRUPT constant defines the value of the type property of an commandInterrupt event object.
| CommandEvent | ||
| COMMAND_REMOVED : String = commandRemoved [static]
commandRemoved イベントオブジェクトの type プロパティ値を定義します。
The CommandEvent.COMMAND_REMOVED constant defines the value of the type property of an commandRemoved event object.
| CommandEvent | ||
| COMMAND_START : String = commandStart [static]
commandStart イベントオブジェクトの type プロパティ値を定義します。
The CommandEvent.COMMAND_START constant defines the value of the type property of an commandStart event object.
| CommandEvent | ||
| enforcedInterrupted | property |
enforcedInterrupted:Boolean [read-only] コマンドが強制中断処理されたかどうかを取得します。
public function get enforcedInterrupted():Boolean| errorObject | property |
errorObject:Error [read-only] コマンドオブジェクトからスローされた例外を取得します。
public function get errorObject():Error| CommandEvent | () | Constructor |
public function CommandEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, enforcedInterrupted:Boolean = false, errorObject:Error = null)新しい CommandEvent インスタンスを作成します。 Creates a new CommandEvent object.
Parameterstype:String — CommandEvent.type としてアクセス可能なイベントタイプです。
The type of the event, accessible as CommandEvent.type.
| |
bubbles:Boolean (default = false) — CommandEvent インスタンスがイベントフローのバブリング段階で処理されるかどうかを判断します。デフォルト値は false です。
Determines whether the CommandEvent object participates in the bubbling stage of the event flow. The default value is false.
| |
cancelable:Boolean (default = false) — CommandEvent インスタンスがキャンセル可能かどうかを判断します。デフォルト値は false です。
Determines whether the CommandEvent object can be canceled. The default values is false.
| |
enforcedInterrupted:Boolean (default = false) — コマンドが強制中断処理されたかどうかです。
| |
errorObject:Error (default = null) — コマンドオブジェクトからスローされた例外です。
|
| clone | () | method |
override public function clone():EventCommandEvent インスタンスのコピーを作成して、各プロパティの値を元のプロパティの値と一致するように設定します。 Duplicates an instance of an CommandEvent subclass.
ReturnsEvent —
元のオブジェクトと同じプロパティ値を含む新しい CommandEvent インスタンスです。
A new CommandEvent object that is identical to the original.
|
| toString | () | method |
override public function toString():String指定されたオブジェクトのストリング表現を返します。 Returns the string representation of the specified object.
ReturnsString —
オブジェクトのストリング表現です。
A string representation of the object.
|
| COMMAND_ADDED | Constant |
public static const COMMAND_ADDED:String = commandAddedcommandAdded イベントオブジェクトの type プロパティ値を定義します。 The CommandEvent.COMMAND_ADDED constant defines the value of the type property of an commandAdded event object.
| COMMAND_COMPLETE | Constant |
public static const COMMAND_COMPLETE:String = commandCompletecommandComplete イベントオブジェクトの type プロパティ値を定義します。 The CommandEvent.COMMAND_COMPLETE constant defines the value of the type property of an commandComplete event object.
| COMMAND_ERROR | Constant |
public static const COMMAND_ERROR:String = commandErrorcommandError イベントオブジェクトの type プロパティ値を定義します。 The CommandEvent.COMMAND_ERROR constant defines the value of the type property of an commandError event object.
| COMMAND_INTERRUPT | Constant |
public static const COMMAND_INTERRUPT:String = commandInterruptcommandInterrupt イベントオブジェクトの type プロパティ値を定義します。 The CommandEvent.COMMAND_INTERRUPT constant defines the value of the type property of an commandInterrupt event object.
| COMMAND_REMOVED | Constant |
public static const COMMAND_REMOVED:String = commandRemovedcommandRemoved イベントオブジェクトの type プロパティ値を定義します。 The CommandEvent.COMMAND_REMOVED constant defines the value of the type property of an commandRemoved event object.
| COMMAND_START | Constant |
public static const COMMAND_START:String = commandStartcommandStart イベントオブジェクトの type プロパティ値を定義します。 The CommandEvent.COMMAND_START constant defines the value of the type property of an commandStart event object.