Uses of Class
com.jgoodies.animation.AnimationEvent
-
Packages that use AnimationEvent Package Description com.jgoodies.animation Contains the core types of the JGoodies Animation library. -
-
Uses of AnimationEvent in com.jgoodies.animation
Methods in com.jgoodies.animation with parameters of type AnimationEvent Modifier and Type Method Description void
AnimationAdapter. animationStarted(AnimationEvent evt)
Invoked if the animation has been started.void
AnimationListener. animationStarted(AnimationEvent evt)
Invoked if the observed animation has been started.void
AnimationAdapter. animationStopped(AnimationEvent evt)
Invoked if the animation has been stopped.void
AnimationListener. animationStopped(AnimationEvent evt)
Invoked if the observed animation has been stopped.void
AnimationUtils.StopListener. animationStopped(AnimationEvent e)
-