com.jgoodies.animation
public interface AnimationListener extends java.util.EventListener
AnimationEvent
,
AnimationAdapter
Modifier and Type | Method and Description |
---|---|
void |
animationStarted(AnimationEvent evt)
Invoked if the animation has been started.
|
void |
animationStopped(AnimationEvent evt)
Invoked if the animation has been stopped.
|
void animationStarted(AnimationEvent evt)
evt
- the related AnimationEvent
void animationStopped(AnimationEvent evt)
evt
- the related AnimationEvent
Copyright © 2001-2006 JGoodies Karsten Lentzsch. All Rights Reserved.