Packagea24.tween.events
Classpublic class Tween24Event
InheritanceTween24Event Inheritance flash.events.Event

Since : 2011.05.05



Public Properties
 PropertyDefined By
  tween : Tween24
[read-only] 関連付けされているトゥイーンインスタンスです。
Tween24Event
Public Methods
 MethodDefined By
  
Tween24Event(tween:Tween24, type:String, bubbles:Boolean = false, cancelable:Boolean = false)
イベントリスナーにパラメーターとして渡す Tween24Event オブジェクトを作成します。
Tween24Event
  
toString():String
[override] ストリング表現を返します。
Tween24Event
Public Constants
 ConstantDefined 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
Property Detail
tweenproperty
tween:Tween24  [read-only]

関連付けされているトゥイーンインスタンスです。


Implementation
    public function get tween():Tween24
Constructor Detail
Tween24Event()Constructor
public function Tween24Event(tween:Tween24, type:String, bubbles:Boolean = false, cancelable:Boolean = false)

イベントリスナーにパラメーターとして渡す Tween24Event オブジェクトを作成します。

Parameters
tween:Tween24 — 関連付けされるトゥイーンインスタンス
 
type:String — イベントのタイプです
 
bubbles:Boolean (default = false) — イベントがバブリングイベントか
 
cancelable:Boolean (default = false) — イベントに関連付けられた動作を回避できるか
Method Detail
toString()method
override public function toString():String

ストリング表現を返します。

Returns
String — String
Constant Detail
COMPLETEConstant
public static const COMPLETE:String = complete

complete イベントオブジェクトの type プロパティ値を定義します。

DELAYConstant 
public static const DELAY:String = delay

delay イベントオブジェクトの type プロパティ値を定義します。

INITConstant 
public static const INIT:String = init

init イベントオブジェクトの type プロパティ値を定義します。

PAUSEConstant 
public static const PAUSE:String = pause

pause イベントオブジェクトの type プロパティ値を定義します。

PLAYConstant 
public static const PLAY:String = play

play イベントオブジェクトの type プロパティ値を定義します。

SKIPConstant 
public static const SKIP:String = skip

skip イベントオブジェクトの type プロパティ値を定義します。

STOPConstant 
public static const STOP:String = stop

stop イベントオブジェクトの type プロパティ値を定義します。

UPDATEConstant 
public static const UPDATE:String = update

update イベントオブジェクトの type プロパティ値を定義します。