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.Runnablerunnable
-
Constructor Summary
Constructors Modifier Constructor Description privateStopListener(java.lang.Runnable runnable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidanimationStopped(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:AnimationAdapterInvoked if the animation has been stopped.- Specified by:
animationStoppedin interfaceAnimationListener- Overrides:
animationStoppedin classAnimationAdapter- Parameters:
e- the relatedAnimationEvent
-
-