|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageLoadingListener
Listener for image loading process.
You can use SimpleImageLoadingListener
for implementing only needed methods.
SimpleImageLoadingListener
,
FailReason
Method Summary | |
---|---|
void |
onLoadingCancelled()
Is called when image loading task was cancelled because ImageView was reused in newer task |
void |
onLoadingComplete(android.graphics.Bitmap loadedImage)
Is called when image is loaded successfully and displayed in ImageView |
void |
onLoadingFailed(FailReason failReason)
Is called when an error was occurred during image loading |
void |
onLoadingStarted()
Is called when image loading task was started |
Method Detail |
---|
void onLoadingStarted()
void onLoadingFailed(FailReason failReason)
void onLoadingComplete(android.graphics.Bitmap loadedImage)
ImageView
void onLoadingCancelled()
ImageView
was reused in newer task
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |