Package 

Class SubsamplingScaleImageView.DefaultOnAnimationEventListener

    • Method Summary

      Modifier and Type Method Description
      void onComplete() The animation has completed, having reached its endpoint.
      void onInterruptedByUser() The animation has been aborted before reaching its endpoint because the user touched the screen.
      void onInterruptedByNewAnim() The animation has been aborted before reaching its endpoint because a new animation has been started.
      • Methods inherited from class java.lang.Object

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

      • onComplete

         void onComplete()

        The animation has completed, having reached its endpoint.

      • onInterruptedByUser

         void onInterruptedByUser()

        The animation has been aborted before reaching its endpoint because the user touched the screen.

      • onInterruptedByNewAnim

         void onInterruptedByNewAnim()

        The animation has been aborted before reaching its endpoint because a new animation has been started.