T2
- the type of image to load.public static interface PendingImage.OnImageLoaded<T2>
Modifier and Type | Method and Description |
---|---|
void |
onImageLoaded(String loadKey,
T2 image)
Called on the UI thread when the image has been loaded.
|