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