org.solovyev.android.http
Class OnUiThreadImageLoadedListener
java.lang.Object
org.solovyev.android.http.OnUiThreadImageLoadedListener
- All Implemented Interfaces:
- OnImageLoadedListener
public abstract class OnUiThreadImageLoadedListener
- extends Object
- implements OnImageLoadedListener
User: serso
Date: 8/17/12
Time: 12:13 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OnUiThreadImageLoadedListener
public OnUiThreadImageLoadedListener(@Nonnull
android.app.Activity activity)
onImageLoaded
public void onImageLoaded(@Nullable
android.graphics.Bitmap image)
- Specified by:
onImageLoaded in interface OnImageLoadedListener
onImageLoadedOnUiThread
protected abstract void onImageLoadedOnUiThread(@Nullable
android.graphics.Bitmap image)
setDefaultImage
public void setDefaultImage()
- Specified by:
setDefaultImage in interface OnImageLoadedListener
setDefaultImageOnUiThread
protected abstract void setDefaultImageOnUiThread()
Copyright © 2013. All Rights Reserved.