Listener interface for handling when the image for a particular URI has been loaded.
| abstract void |
onImageLoaded(Uri uri, Drawable
drawable, boolean isRequestedDrawable)
Listener method invoked when an image has been loaded.
|
Listener method invoked when an image has been loaded.
| uri | The URI of the requested image. |
|---|---|
| drawable | Drawable containing the image. |
| isRequestedDrawable | True if this drawable was loaded from the provided URI, or false if this drawable is a placeholder image instead. |