public interface AnimationListener extends 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 © 2018 JGoodies Software GmbH. All rights reserved.