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 classAnimationAdapterAn adapter that implements theAnimationListenerinterface.private static classAnimationUtils.StopListenerPerforms 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. listenerListMethods in com.jgoodies.animation with parameters of type AnimationListener Modifier and Type Method Description voidAbstractAnimation. addAnimationListener(AnimationListener listener)Adds anAnimationListenerto this animation.voidAnimation. addAnimationListener(AnimationListener listener)Adds the givenAnimationListenerto this animation.voidAbstractAnimation. removeAnimationListener(AnimationListener listener)Removes anAnimationListenerto this animation.voidAnimation. removeAnimationListener(AnimationListener listener)Removes the givenAnimationListenerfrom this animation.
-