Package 

Interface OnLoadBigImageListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onLoadImageSuccess(Drawable drawable, String filePath) 加载图片成功回调
      abstract void onLoadImageFailed() 加载图片失败回调
      • Methods inherited from class java.lang.Object

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

      • onLoadImageSuccess

         abstract void onLoadImageSuccess(Drawable drawable, String filePath)

        加载图片成功回调

        Parameters:
        drawable - 这个图必须保证不可以OOM,如果是超大图要处理好
        filePath - 图片下载的本地路径