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 AnimationEvent
void animationStopped(AnimationEvent evt)
evt
- the related AnimationEvent
Copyright © 2016 JGoodies Software GmbH. All rights reserved.