public class DefaultOnImageEventListener extends java.lang.Object implements OnImageEventListener
| Constructor and Description |
|---|
DefaultOnImageEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onImageLoaded() |
void |
onImageLoadError(java.lang.Exception e) |
void |
onPreviewLoadError(java.lang.Exception e) |
void |
onPreviewReleased() |
void |
onReady() |
void |
onTileLoadError(java.lang.Exception e) |
public void onReady()
onReady in interface OnImageEventListenerpublic void onImageLoaded()
onImageLoaded in interface OnImageEventListenerpublic void onPreviewLoadError(java.lang.Exception e)
onPreviewLoadError in interface OnImageEventListenerpublic void onImageLoadError(java.lang.Exception e)
onImageLoadError in interface OnImageEventListenerpublic void onTileLoadError(java.lang.Exception e)
onTileLoadError in interface OnImageEventListenerpublic void onPreviewReleased()
onPreviewReleased in interface OnImageEventListener