|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nostra13.universalimageloader.core.assist.SimpleImageLoadingListener
public class SimpleImageLoadingListener
A convenience class to extend when you only want to listen for a subset of all the image loading events. This
implements all methods in the ImageLoadingListener
but does nothing.
Constructor Summary | |
---|---|
SimpleImageLoadingListener()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleImageLoadingListener()
Method Detail |
---|
public void onLoadingStarted()
ImageLoadingListener
onLoadingStarted
in interface ImageLoadingListener
public void onLoadingFailed(FailReason failReason)
ImageLoadingListener
onLoadingFailed
in interface ImageLoadingListener
public void onLoadingComplete(android.graphics.Bitmap loadedImage)
ImageLoadingListener
ImageView
onLoadingComplete
in interface ImageLoadingListener
public void onLoadingCancelled()
ImageLoadingListener
ImageView
was reused in newer task
onLoadingCancelled
in interface ImageLoadingListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |