Package 

Interface GlobalImageLoadListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onLoadAttempt(Uri uri) Called when a source has been set on an ImageView, but before it is actually loaded.
      • Methods inherited from class java.lang.Object

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

      • onLoadAttempt

         abstract void onLoadAttempt(Uri uri)

        Called when a source has been set on an ImageView, but before it is actually loaded.