android.view.animation
Interface Animation.AnimationListener

Enclosing class:
Animation

public static interface Animation.AnimationListener


Method Summary
 void onAnimationEnd(Animation animation)
           
 void onAnimationRepeat(Animation animation)
           
 void onAnimationStart(Animation animation)
           
 

Method Detail

onAnimationStart

void onAnimationStart(Animation animation)

onAnimationEnd

void onAnimationEnd(Animation animation)

onAnimationRepeat

void onAnimationRepeat(Animation animation)


Copyright © 2008-2012. All Rights Reserved.