| Package | com.greensock.events |
| Class | public class TweenEvent |
| Inheritance | TweenEvent flash.events.Event |
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.
| Method | Defined By | ||
|---|---|---|---|
TweenEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false) | TweenEvent | ||
clone():Event [override] | TweenEvent | ||
| Constant | Defined 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 | ||
| TweenEvent | () | Constructor |
public function TweenEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)type:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| clone | () | method |
override public function clone():EventReturnsEvent |
| COMPLETE | Constant |
public static const COMPLETE:String = complete| REPEAT | Constant |
public static const REPEAT:String = repeat| REVERSE_COMPLETE | Constant |
public static const REVERSE_COMPLETE:String = reverseComplete| START | Constant |
public static const START:String = start| UPDATE | Constant |
public static const UPDATE:String = change