Packagecom.greensock.events
Classpublic class TweenEvent
InheritanceTweenEvent Inheritance flash.events.Event

Used for dispatching events from the GreenSock Animation Platform.

Copyright 2008-2013, GreenSock. All rights reserved. This work is subject to the terms in http://www.greensock.com/terms_of_use.html or for Club GreenSock members, the software agreement that was issued with the membership.



Public Methods
 MethodDefined By
  
TweenEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
TweenEvent
  
clone():Event
[override]
TweenEvent
Public Constants
 ConstantDefined By
  COMPLETE : String = complete
[static]
TweenEvent
  REPEAT : String = repeat
[static]
TweenEvent
  REVERSE_COMPLETE : String = reverseComplete
[static]
TweenEvent
  START : String = start
[static]
TweenEvent
  UPDATE : String = change
[static]
TweenEvent
Constructor Detail
TweenEvent()Constructor
public function TweenEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

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

REPEATConstant 
public static const REPEAT:String = repeat

REVERSE_COMPLETEConstant 
public static const REVERSE_COMPLETE:String = reverseComplete

STARTConstant 
public static const START:String = start

UPDATEConstant 
public static const UPDATE:String = change