public final class AnimationUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
invokeOnStop(Animation animation,
java.lang.Runnable runnable)
Invokes the given runnable in the EDT when the specified animation stopped.
|
public static void invokeOnStop(Animation animation, java.lang.Runnable runnable)
animation
- the animation that is observedrunnable
- the runnable that will be executed on animation stopCopyright © 2001-2011 JGoodies Karsten Lentzsch. All Rights Reserved.