Uses of Interface
com.jgoodies.animation.AnimationListener
-
Packages that use AnimationListener Package Description com.jgoodies.animation Contains the core types of the JGoodies Animation library. -
-
Uses of AnimationListener in com.jgoodies.animation
Classes in com.jgoodies.animation that implement AnimationListener Modifier and Type Class Description class
AnimationAdapter
An adapter that implements theAnimationListener
interface.private static class
AnimationUtils.StopListener
Performs a runnable at animation stop in the event dispatch thread (EDT).Fields in com.jgoodies.animation with type parameters of type AnimationListener Modifier and Type Field Description private java.util.List<AnimationListener>
AbstractAnimation. listenerList
Methods in com.jgoodies.animation with parameters of type AnimationListener Modifier and Type Method Description void
AbstractAnimation. addAnimationListener(AnimationListener listener)
Adds anAnimationListener
to this animation.void
Animation. addAnimationListener(AnimationListener listener)
Adds the givenAnimationListener
to this animation.void
AbstractAnimation. removeAnimationListener(AnimationListener listener)
Removes anAnimationListener
to this animation.void
Animation. removeAnimationListener(AnimationListener listener)
Removes the givenAnimationListener
from this animation.
-