|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.nostra13.universalimageloader.core.assist.SimpleImageLoadingListener
com.nostra13.universalimageloader.core.assist.SyncImageLoadingListener
public class SyncImageLoadingListener
Listener which is designed for synchronous image loading.
Constructor Summary | |
---|---|
SyncImageLoadingListener()
|
Method Summary | |
---|---|
android.graphics.Bitmap |
getLoadedBitmap()
|
void |
onLoadingComplete(java.lang.String imageUri,
android.view.View view,
android.graphics.Bitmap loadedImage)
Is called when image is loaded successfully (and displayed in View if one was specified) |
Methods inherited from class com.nostra13.universalimageloader.core.assist.SimpleImageLoadingListener |
---|
onLoadingCancelled, onLoadingFailed, onLoadingStarted |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SyncImageLoadingListener()
Method Detail |
---|
public void onLoadingComplete(java.lang.String imageUri, android.view.View view, android.graphics.Bitmap loadedImage)
ImageLoadingListener
onLoadingComplete
in interface ImageLoadingListener
onLoadingComplete
in class SimpleImageLoadingListener
imageUri
- Loaded image URIview
- View for image. Can be null.loadedImage
- Bitmap of loaded and decoded imagepublic android.graphics.Bitmap getLoadedBitmap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |