android.animation
Class AnimatorListenerAdapter

java.lang.Object
  extended by android.animation.AnimatorListenerAdapter
All Implemented Interfaces:
Animator.AnimatorListener

public abstract class AnimatorListenerAdapter
extends Object
implements Animator.AnimatorListener


Constructor Summary
AnimatorListenerAdapter()
           
 
Method Summary
 void onAnimationCancel(Animator animation)
           
 void onAnimationEnd(Animator animation)
           
 void onAnimationRepeat(Animator animation)
           
 void onAnimationStart(Animator animation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnimatorListenerAdapter

public AnimatorListenerAdapter()
Method Detail

onAnimationCancel

public void onAnimationCancel(Animator animation)
Specified by:
onAnimationCancel in interface Animator.AnimatorListener

onAnimationEnd

public void onAnimationEnd(Animator animation)
Specified by:
onAnimationEnd in interface Animator.AnimatorListener

onAnimationRepeat

public void onAnimationRepeat(Animator animation)
Specified by:
onAnimationRepeat in interface Animator.AnimatorListener

onAnimationStart

public void onAnimationStart(Animator animation)
Specified by:
onAnimationStart in interface Animator.AnimatorListener


Copyright © 2008-2012. All Rights Reserved.