|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageLoadListener
The interface for getting notified when an image finishes loading.
Method Summary | |
---|---|
void |
imageFailed(String url)
Invoked when the image failed loading. |
void |
imageLoaded(String url,
int width,
int height)
Invoked when the image finishes loading successfully. |
Method Detail |
---|
void imageLoaded(String url, int width, int height)
url
- The url of the imagewidth
- The width of the image.height
- The height of the image.void imageFailed(String url)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |