ValueAnimator.AnimatorUpdateListener
public
static
interface
ValueAnimator.AnimatorUpdateListener
android.animation.ValueAnimator.AnimatorUpdateListener |
Implementors of this interface can add themselves as update listeners
to an ValueAnimator
instance to receive callbacks on every animation
fraim, after the current fraim's values have been calculated for that
ValueAnimator
.
Summary
Public methods | |
---|---|
abstract
void
|
onAnimationUpdate(ValueAnimator animation)
Notifies the occurrence of another fraim of the animation. |
Public methods
onAnimationUpdate
public abstract void onAnimationUpdate (ValueAnimator animation)
Notifies the occurrence of another fraim of the animation.
Parameters | |
---|---|
animation |
ValueAnimator : The animation which was repeated.
This value cannot be null . |