ITweenListener
| Kind of class: | interface |
|---|---|
| Inherits from: | none |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.transitions.ITweenListener |
| File last modified: | Wednesday, 31 October 2007, 07:35:30 |
ITweenListener defines rules for tween listener.All instances which want to listen to ITween progression,
must implement ITweenListener interface
a TweenEvent is broadcasted throw event.
See also:
Summary
Event handlers
Event handlers
onMotionChanged
function onMotionChanged (
e:TweenEvent) : Void
Triggers when object property value is updated.
Parameters:
e:
TweenEvent instance
onMotionFinished
function onMotionFinished (
e:TweenEvent) : Void
Triggers when tween ends.
Parameters:
e:
TweenEvent instance
onStart
function onStart (
e:TweenEvent) : Void
Triggers when tween starts.
Parameters:
e:
TweenEvent instance
onStop
function onStop (
e:TweenEvent) : Void
Triggers when tween stops.
Parameters:
e:
TweenEvent instance