private final class Image.ImageTask extends java.lang.Object implements AsyncOperationListener<ImageLoader>
| Modifier and Type | Field and Description |
|---|---|
private AsyncOperation |
peer |
| Constructor and Description |
|---|
ImageTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
private AsyncOperation |
constructPeer() |
void |
onCancel() |
void |
onCompletion(ImageLoader value) |
void |
onException(java.lang.Exception exception) |
void |
onProgress(int cur,
int max) |
void |
start() |
private final AsyncOperation peer
public void onCancel()
onCancel in interface AsyncOperationListener<ImageLoader>public void onException(java.lang.Exception exception)
onException in interface AsyncOperationListener<ImageLoader>public void onCompletion(ImageLoader value)
onCompletion in interface AsyncOperationListener<ImageLoader>public void onProgress(int cur,
int max)
onProgress in interface AsyncOperationListener<ImageLoader>public void start()
public void cancel()
private AsyncOperation constructPeer()