| Package | a24.tween.events |
| Class | public class Tween24Event |
| Inheritance | Tween24Event flash.events.Event |
| Since : | 2011.05.05 |
| Property | Defined By | ||
|---|---|---|---|
| tween : Tween24 [read-only]
関連付けされているトゥイーンインスタンスです。
| Tween24Event | ||
| Method | Defined By | ||
|---|---|---|---|
Tween24Event(tween:Tween24, type:String, bubbles:Boolean = false, cancelable:Boolean = false)
イベントリスナーにパラメーターとして渡す Tween24Event オブジェクトを作成します。
| Tween24Event | ||
toString():String [override]
ストリング表現を返します。
| Tween24Event | ||
| Constant | Defined By | ||
|---|---|---|---|
| COMPLETE : String = complete [static]
complete イベントオブジェクトの type プロパティ値を定義します。
| Tween24Event | ||
| DELAY : String = delay [static]
delay イベントオブジェクトの type プロパティ値を定義します。
| Tween24Event | ||
| INIT : String = init [static]
init イベントオブジェクトの type プロパティ値を定義します。
| Tween24Event | ||
| PAUSE : String = pause [static]
pause イベントオブジェクトの type プロパティ値を定義します。
| Tween24Event | ||
| PLAY : String = play [static]
play イベントオブジェクトの type プロパティ値を定義します。
| Tween24Event | ||
| SKIP : String = skip [static]
skip イベントオブジェクトの type プロパティ値を定義します。
| Tween24Event | ||
| STOP : String = stop [static]
stop イベントオブジェクトの type プロパティ値を定義します。
| Tween24Event | ||
| UPDATE : String = update [static]
update イベントオブジェクトの type プロパティ値を定義します。
| Tween24Event | ||
| tween | property |
tween:Tween24 [read-only] 関連付けされているトゥイーンインスタンスです。
public function get tween():Tween24| Tween24Event | () | Constructor |
public function Tween24Event(tween:Tween24, type:String, bubbles:Boolean = false, cancelable:Boolean = false)イベントリスナーにパラメーターとして渡す Tween24Event オブジェクトを作成します。
Parameterstween:Tween24 — 関連付けされるトゥイーンインスタンス
| |
type:String — イベントのタイプです
| |
bubbles:Boolean (default = false) — イベントがバブリングイベントか
| |
cancelable:Boolean (default = false) — イベントに関連付けられた動作を回避できるか
|
| toString | () | method |
override public function toString():Stringストリング表現を返します。
ReturnsString — String
|
| COMPLETE | Constant |
public static const COMPLETE:String = completecomplete イベントオブジェクトの type プロパティ値を定義します。
| DELAY | Constant |
public static const DELAY:String = delaydelay イベントオブジェクトの type プロパティ値を定義します。
| INIT | Constant |
public static const INIT:String = initinit イベントオブジェクトの type プロパティ値を定義します。
| PAUSE | Constant |
public static const PAUSE:String = pausepause イベントオブジェクトの type プロパティ値を定義します。
| PLAY | Constant |
public static const PLAY:String = playplay イベントオブジェクトの type プロパティ値を定義します。
| SKIP | Constant |
public static const SKIP:String = skipskip イベントオブジェクトの type プロパティ値を定義します。
| STOP | Constant |
public static const STOP:String = stopstop イベントオブジェクトの type プロパティ値を定義します。
| UPDATE | Constant |
public static const UPDATE:String = updateupdate イベントオブジェクトの type プロパティ値を定義します。