Package 

Interface AnimationListener


  • 
    public interface AnimationListener
    
                        

    Interface which can be used to run some code when particular animation event occurs.

    • Method Summary

      Modifier and Type Method Description
      abstract void onAnimationCompleted(int loopNumber) Called when a single loop of the animation is completed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onAnimationCompleted

         abstract void onAnimationCompleted(int loopNumber)

        Called when a single loop of the animation is completed.

        Parameters:
        loopNumber - 0-based number of the completed loop, 0 for infinite animations