Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.jgoodies.animation.AnimationAdapter
AnimationListener
interface. Consists only of methods with empty bodies - that do nothing.
This class minimizes the effort required to write animation listeners.
Method Summary | |
void |
|
void |
|
public void animationStarted(AnimationEvent evt)
Invoked if the animation has been started.
- Specified by:
- animationStarted in interface AnimationListener
- Parameters:
evt
- the relatedAnimationEvent
public void animationStopped(AnimationEvent evt)
Invoked if the animation has been stopped.
- Specified by:
- animationStopped in interface AnimationListener
- Parameters:
evt
- the relatedAnimationEvent