FileDocCategorySizeDatePackage
AnimatorListenerAdapter.javaAPI DocAndroid 5.1 API914Sat Mar 14 14:09:42 GMT 2015android.animation

AnimatorListenerAdapter

public abstract class AnimatorListenerAdapter extends Object implements android.animation.Animator.AnimatorListener, android.animation.Animator.AnimatorPauseListener

Fields Summary
Constructors Summary
public AnimatorListenerAdapter()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidonAnimationCancel(android.animation.Animator animation)

 throw new RuntimeException("Stub!"); 
public voidonAnimationEnd(android.animation.Animator animation)

 throw new RuntimeException("Stub!"); 
public voidonAnimationPause(android.animation.Animator animation)

 throw new RuntimeException("Stub!"); 
public voidonAnimationRepeat(android.animation.Animator animation)

 throw new RuntimeException("Stub!"); 
public voidonAnimationResume(android.animation.Animator animation)

 throw new RuntimeException("Stub!"); 
public voidonAnimationStart(android.animation.Animator animation)

 throw new RuntimeException("Stub!");