Uses of Interface
com.nineoldandroids.animation.ValueAnimator.AnimatorUpdateListener

Packages that use ValueAnimator.AnimatorUpdateListener
com.nineoldandroids.animation   
 

Uses of ValueAnimator.AnimatorUpdateListener in com.nineoldandroids.animation
 

Methods in com.nineoldandroids.animation with parameters of type ValueAnimator.AnimatorUpdateListener
 void ValueAnimator.addUpdateListener(ValueAnimator.AnimatorUpdateListener listener)
          Adds a listener to the set of listeners that are sent update events through the life of an animation.
 void ValueAnimator.removeUpdateListener(ValueAnimator.AnimatorUpdateListener listener)
          Removes a listener from the set listening to frame updates for this animation.
 



Copyright © 2011-2012 Jake Wharton. All Rights Reserved.