com.jgoodies.animation
Class AnimationUtils
java.lang.Object
com.jgoodies.animation.AnimationUtils
public final class AnimationUtils
- extends Object
Provides some behavior useful in the animation framework,
or to implement custom animation functions and animations.
- Version:
- $Revision: 1.7 $
- Author:
- Karsten Lentzsch
Method Summary |
static void |
invokeOnStop(Animation animation,
Runnable runnable)
Invokes the given runnable in the EDT when the specified animation stopped. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
invokeOnStop
public static void invokeOnStop(Animation animation,
Runnable runnable)
- Invokes the given runnable in the EDT when the specified animation stopped.
- Parameters:
animation
- the animation that is observedrunnable
- the runnable that will be executed on animation stop
Copyright © 2001-2013 JGoodies Software GmbH. All Rights Reserved.