Uses of Interface
com.jidesoft.swing.AnimatorListener

Packages that use AnimatorListener
com.jidesoft.swing The package contains many based classes we added on top of Swing for JIDE Common Layer. 
 

Uses of AnimatorListener in com.jidesoft.swing
 

Methods in com.jidesoft.swing that return AnimatorListener
 AnimatorListener[] Animator.getAnimatorListeners()
          Returns an array of all the AnimatorListeners added to this Animator with addAnimatorListener().
 

Methods in com.jidesoft.swing with parameters of type AnimatorListener
 void Animator.addAnimatorListener(AnimatorListener l)
          Adds an AnimatorListener to this Animator.
 void Animator.removeAnimatorListener(AnimatorListener l)
          Removes an AnimatorListener from this Animator.
 



Copyright © 2013. All Rights Reserved.