com.jgoodies.animation
Class AnimationAdapter
java.lang.Object
com.jgoodies.animation.AnimationAdapter
- All Implemented Interfaces:
- AnimationListener, EventListener
public class AnimationAdapter
- extends Object
- implements AnimationListener
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.
- Version:
- $Revision: 1.1 $
- Author:
- Karsten Lentzsch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnimationAdapter
public AnimationAdapter()
animationStarted
public void animationStarted(AnimationEvent evt)
- Invoked if the animation has been started.
- Specified by:
animationStarted
in interface AnimationListener
- Parameters:
evt
- the related AnimationEvent
animationStopped
public void animationStopped(AnimationEvent evt)
- Invoked if the animation has been stopped.
- Specified by:
animationStopped
in interface AnimationListener
- Parameters:
evt
- the related AnimationEvent
Copyright © 2001-2006 JGoodies Karsten Lentzsch. All Rights Reserved.