| |
|
| java.lang.Object com.jgoodies.animation.AnimationAdapter
AnimationAdapter | public class AnimationAdapter implements AnimationListener(Code) | | An abstract adapter that implements the AnimationListener
interface. Consists only of methods with empty bodies - that do nothing.
This class minimizes the effort required to write animation listeners.
author: Karsten Lentzsch version: $Revision: 1.1 $ |
animationStarted | public void animationStarted(AnimationEvent evt)(Code) | | Invoked if the animation has been started.
Parameters: evt - the related AnimationEvent |
animationStopped | public void animationStopped(AnimationEvent evt)(Code) | | Invoked if the animation has been stopped.
Parameters: evt - the related AnimationEvent |
|
|
|