TweenListener

Kind of class:public interface
Package:com.bourre.transitions
Inherits from:ASyncCommandListener
Classpath:com.bourre.transitions.TweenListener
File last modified:Monday, 24 November 2008, 11:36:57

Summary


Instance methods
Instance methods inherited from ASyncCommandListener
Event handlers
Event handlers inherited from ASyncCommandListener

Event handlers

onMotionChanged

public function onMotionChanged (
e:TweenEvent) : void

Method called when object property value is updated.
Parameters:
e:
TweenEvent instance

onMotionFinished

public function onMotionFinished (
e:TweenEvent) : void

Method called when tween ends.
Parameters:
e:
TweenEvent instance

onStart

public function onStart (
e:TweenEvent) : void

Method called when tween starts.
Parameters:
e:
TweenEvent instance

onStop

public function onStop (
e:TweenEvent) : void

Method called when tween stops.
Parameters:
e:
TweenEvent instance