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

Packages that use ValueAnimator.AnimatorUpdateListener
com.actionbarsherlock.internal.nineoldandroids.animation   
 

Uses of ValueAnimator.AnimatorUpdateListener in com.actionbarsherlock.internal.nineoldandroids.animation
 

Methods in com.actionbarsherlock.internal.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 © 2012-2013. All Rights Reserved.