greendroid.widget.AsyncImageView.OnImageViewLoadListener |
Clients may listen to AsyncImageView
changes using a
AsyncImageView.OnImageViewLoadListener
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when the image ended to load that is when the image has been
downloaded and is ready to be displayed on screen
| |||||||||||
Called when the image loading failed
| |||||||||||
Called when the image started to load
|
Called when the image ended to load that is when the image has been downloaded and is ready to be displayed on screen
imageView | The AsyncImageView that ended loading |
---|
Called when the image loading failed
imageView | The AsyncImageView that failed to load |
---|
Called when the image started to load
imageView | The AsyncImageView that started loading |
---|