public interface ImageLoadHandler
onLoading(ImageTask, CubeImageView) will be called when begin to load the image.
onLoadFinish(ImageTask, CubeImageView, BitmapDrawable) will be called after the image is loaded.
| Modifier and Type | Method and Description |
|---|---|
void |
onLoadError(ImageTask imageTask,
CubeImageView imageView,
int errorCode)
Some errors has occurred
|
void |
onLoadFinish(ImageTask imageTask,
CubeImageView cubeImageView,
android.graphics.drawable.BitmapDrawable drawable)
After image is loaded.
|
void |
onLoading(ImageTask imageTask,
CubeImageView cubeImageView)
When begin to load the image from disk or network.
|
void onLoading(ImageTask imageTask, CubeImageView cubeImageView)
void onLoadFinish(ImageTask imageTask, CubeImageView cubeImageView, android.graphics.drawable.BitmapDrawable drawable)
void onLoadError(ImageTask imageTask, CubeImageView imageView, int errorCode)