android.animation
Interface Animator.AnimatorListener

All Known Implementing Classes:
AnimatorListenerAdapter
Enclosing class:
Animator

public static interface Animator.AnimatorListener


Method Summary
 void onAnimationCancel(Animator animation)
           
 void onAnimationEnd(Animator animation)
           
 void onAnimationRepeat(Animator animation)
           
 void onAnimationStart(Animator animation)
           
 

Method Detail

onAnimationStart

void onAnimationStart(Animator animation)

onAnimationEnd

void onAnimationEnd(Animator animation)

onAnimationCancel

void onAnimationCancel(Animator animation)

onAnimationRepeat

void onAnimationRepeat(Animator animation)


Copyright © 2008-2012. All Rights Reserved.