com.jgoodies.animation
Interface AnimationListener
- EventListener
- AnimationAdapter
public interface AnimationListener
extends EventListener
Defines an interface for objects that listen to animation events.
animationStarted
public void animationStarted(AnimationEvent evt)
Invoked if the animation has been started.
evt
- the related AnimationEvent
animationStopped
public void animationStopped(AnimationEvent evt)
Invoked if the animation has been stopped.
evt
- the related AnimationEvent
Copyright © 2001-2006 JGoodies Karsten Lentzsch. All Rights Reserved.