Package com.jgoodies.animation
Class AnimationUtils.StopListener
- java.lang.Object
-
- com.jgoodies.animation.AnimationAdapter
-
- com.jgoodies.animation.AnimationUtils.StopListener
-
- All Implemented Interfaces:
AnimationListener
,java.util.EventListener
- Enclosing class:
- AnimationUtils
private static final class AnimationUtils.StopListener extends AnimationAdapter
Performs a runnable at animation stop in the event dispatch thread (EDT).
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Runnable
runnable
-
Constructor Summary
Constructors Modifier Constructor Description private
StopListener(java.lang.Runnable runnable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
animationStopped(AnimationEvent e)
Invoked if the animation has been stopped.-
Methods inherited from class com.jgoodies.animation.AnimationAdapter
animationStarted
-
-
-
-
Method Detail
-
animationStopped
public void animationStopped(AnimationEvent e)
Description copied from class:AnimationAdapter
Invoked if the animation has been stopped.- Specified by:
animationStopped
in interfaceAnimationListener
- Overrides:
animationStopped
in classAnimationAdapter
- Parameters:
e
- the relatedAnimationEvent
-
-