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 AnimationEventvoid animationStopped(AnimationEvent evt)
evt - the related AnimationEventCopyright © 2001-2011 JGoodies Karsten Lentzsch. All Rights Reserved.