Uses of Class
com.jgoodies.animation.AnimationEvent

Packages that use AnimationEvent
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
 void AnimationListener.animationStarted(AnimationEvent evt)
          Invoked if the animation has been started.
 void AnimationAdapter.animationStarted(AnimationEvent evt)
          Invoked if the animation has been started.
 void AnimationListener.animationStopped(AnimationEvent evt)
          Invoked if the animation has been stopped.
 void AnimationAdapter.animationStopped(AnimationEvent evt)
          Invoked if the animation has been stopped.
 



Copyright © 2001-2006 JGoodies Karsten Lentzsch. All Rights Reserved.