| greendroid.image.ImageRequest.ImageRequestCallback |
Known Indirect Subclasses
|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Callback to be invoked when the request processing has been
cancelled.
| |||||||||||
Callback to be invoked when the request processing ended.
| |||||||||||
Callback to be invoked when the request processing failed.
| |||||||||||
Callback to be invoked when the request processing started.
| |||||||||||
Callback to be invoked when the request processing has been cancelled.
| request | ImageRequest that has been cancelled |
|---|
Callback to be invoked when the request processing ended.
| request | ImageRequest that ended |
|---|---|
| image | The resulting Bitmap |
Callback to be invoked when the request processing failed.
| request | ImageRequest that failed |
|---|---|
| throwable | The Throwable that occurs |
Callback to be invoked when the request processing started.
| request | The ImageRequest that started |
|---|