| Package | jp.progression.events |
| Class | public class CastEvent |
| Inheritance | CastEvent flash.events.Event |
| Method | Defined By | ||
|---|---|---|---|
CastEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
新しい CastEvent インスタンスを作成します。
Creates a new CastEvent object.
| CastEvent | ||
clone():Event [override]
CastEvent インスタンスのコピーを作成して、各プロパティの値を元のプロパティの値と一致するように設定します。
Duplicates an instance of an CastEvent subclass.
| CastEvent | ||
toString():String [override]
指定されたオブジェクトのストリング表現を返します。
Returns the string representation of the specified object.
| CastEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| BUTTON_ENABLED_CHANGE : String = buttonEnabledChange [static]
buttonEnabledChange イベントオブジェクトの type プロパティ値を定義します。
The CastEvent.BUTTON_ENABLED_CHANGE constant defines the value of the type property of an buttonEnabledChange event object.
| CastEvent | ||
| CAST_ADDED : String = castAdded [static]
castAdded イベントオブジェクトの type プロパティ値を定義します。
The CastEvent.CAST_ADDED constant defines the value of the type property of an castAdded event object.
| CastEvent | ||
| CAST_LOAD_COMPLETE : String = castLoadComplete [static]
castLoadComplete イベントオブジェクトの type プロパティ値を定義します。
The CastEvent.CAST_LOAD_COMPLETE constant defines the value of the type property of an castLoadComplete event object.
| CastEvent | ||
| CAST_LOAD_START : String = castLoadStart [static]
castLoadStart イベントオブジェクトの type プロパティ値を定義します。
The CastEvent.CAST_LOAD_START constant defines the value of the type property of an castLoadStart event object.
| CastEvent | ||
| CAST_REMOVED : String = castRemoved [static]
castRemoved イベントオブジェクトの type プロパティ値を定義します。
The CastEvent.CAST_REMOVED constant defines the value of the type property of an castRemoved event object.
| CastEvent | ||
| STATUS_CHANGE : String = statusChange [static]
statusChange イベントオブジェクトの type プロパティ値を定義します。
The CastEvent.STATUS_CHANGE constant defines the value of the type property of an statusChange event object.
| CastEvent | ||
| UPDATE : String = update [static]
update イベントオブジェクトの type プロパティ値を定義します。
The CastEvent.UPDATE constant defines the value of the type property of an update event object.
| CastEvent | ||
| CastEvent | () | Constructor |
public function CastEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)新しい CastEvent インスタンスを作成します。 Creates a new CastEvent object.
Parameterstype:String — CastEvent.type としてアクセス可能なイベントタイプです。
The type of the event, accessible as CastEvent.type.
| |
bubbles:Boolean (default = false) — CastEvent インスタンスがイベントフローのバブリング段階で処理されるかどうかを判断します。デフォルト値は false です。
Determines whether the CastEvent object participates in the bubbling stage of the event flow. The default value is false.
| |
cancelable:Boolean (default = false) — CastEvent インスタンスがキャンセル可能かどうかを判断します。デフォルト値は false です。
Determines whether the CastEvent object can be canceled. The default values is false.
|
| clone | () | method |
override public function clone():EventCastEvent インスタンスのコピーを作成して、各プロパティの値を元のプロパティの値と一致するように設定します。 Duplicates an instance of an CastEvent subclass.
ReturnsEvent —
元のオブジェクトと同じプロパティ値を含む新しい CastEvent インスタンスです。
A new CastEvent 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.
|
| BUTTON_ENABLED_CHANGE | Constant |
public static const BUTTON_ENABLED_CHANGE:String = buttonEnabledChangebuttonEnabledChange イベントオブジェクトの type プロパティ値を定義します。 The CastEvent.BUTTON_ENABLED_CHANGE constant defines the value of the type property of an buttonEnabledChange event object.
| CAST_ADDED | Constant |
public static const CAST_ADDED:String = castAddedcastAdded イベントオブジェクトの type プロパティ値を定義します。 The CastEvent.CAST_ADDED constant defines the value of the type property of an castAdded event object.
| CAST_LOAD_COMPLETE | Constant |
public static const CAST_LOAD_COMPLETE:String = castLoadCompletecastLoadComplete イベントオブジェクトの type プロパティ値を定義します。 The CastEvent.CAST_LOAD_COMPLETE constant defines the value of the type property of an castLoadComplete event object.
| CAST_LOAD_START | Constant |
public static const CAST_LOAD_START:String = castLoadStartcastLoadStart イベントオブジェクトの type プロパティ値を定義します。 The CastEvent.CAST_LOAD_START constant defines the value of the type property of an castLoadStart event object.
| CAST_REMOVED | Constant |
public static const CAST_REMOVED:String = castRemovedcastRemoved イベントオブジェクトの type プロパティ値を定義します。 The CastEvent.CAST_REMOVED constant defines the value of the type property of an castRemoved event object.
| STATUS_CHANGE | Constant |
public static const STATUS_CHANGE:String = statusChangestatusChange イベントオブジェクトの type プロパティ値を定義します。 The CastEvent.STATUS_CHANGE constant defines the value of the type property of an statusChange event object.
| UPDATE | Constant |
public static const UPDATE:String = updateupdate イベントオブジェクトの type プロパティ値を定義します。 The CastEvent.UPDATE constant defines the value of the type property of an update event object.