Uses of Interface
com.jgoodies.animation.AnimationListener

Packages that use AnimationListener
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
 class AnimationAdapter
          An abstract adapter that implements the AnimationListener interface.
 

Methods in com.jgoodies.animation with parameters of type AnimationListener
 void AbstractAnimation.addAnimationListener(AnimationListener listener)
          Adds an AnimationListener to this animation.
 void Animation.addAnimationListener(AnimationListener listener)
          Adds the given AnimationListener to this animation.
 void AbstractAnimation.removeAnimationListener(AnimationListener listener)
          Removes an AnimationListener to this animation.
 void Animation.removeAnimationListener(AnimationListener listener)
          Removes the given AnimationListener from this animation.
 



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