Packageorg.coretween
Classpublic class TweenEvent
InheritanceTweenEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined By
  COMPLETE : String = onComplete
[static]
TweenEvent
  PAUSE : String = onPause
[static]
TweenEvent
  RESUME : String = onResume
[static]
TweenEvent
  REWIND : String = onRewind
[static]
TweenEvent
  source : Tweenable
TweenEvent
  START : String = onStart
[static]
TweenEvent
  STOP : String = onStop
[static]
TweenEvent
  UPDATE_ENTER : String = onUpdateEnter
[static]
TweenEvent
  UPDATE_LEAVE : String = onUpdateLeave
[static]
TweenEvent
Public Methods
 MethodDefined By
  
TweenEvent(type:String, source:Tweenable, bubbles:Boolean = false, cancelable:Boolean = false)
TweenEvent
Property Detail
COMPLETEproperty
public static var COMPLETE:String = onComplete

PAUSEproperty 
public static var PAUSE:String = onPause

RESUMEproperty 
public static var RESUME:String = onResume

REWINDproperty 
public static var REWIND:String = onRewind

sourceproperty 
source:Tweenable


Implementation
    public function get source():Tweenable
    public function set source(value:Tweenable):void
STARTproperty 
public static var START:String = onStart

STOPproperty 
public static var STOP:String = onStop

UPDATE_ENTERproperty 
public static var UPDATE_ENTER:String = onUpdateEnter

UPDATE_LEAVEproperty 
public static var UPDATE_LEAVE:String = onUpdateLeave

Constructor Detail
TweenEvent()Constructor
public function TweenEvent(type:String, source:Tweenable, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
source:Tweenable
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)