|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.animation.AnimationAdapter
public class AnimationAdapter
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.
Constructor Summary | |
---|---|
AnimationAdapter()
|
Method Summary | |
---|---|
void |
animationStarted(AnimationEvent evt)
Invoked if the animation has been started. |
void |
animationStopped(AnimationEvent evt)
Invoked if the animation has been stopped. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnimationAdapter()
Method Detail |
---|
public void animationStarted(AnimationEvent evt)
animationStarted
in interface AnimationListener
evt
- the related AnimationEvent
public void animationStopped(AnimationEvent evt)
animationStopped
in interface AnimationListener
evt
- the related AnimationEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |