public interface ProcessCallback
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRetry(java.lang.Exception exception) |
void |
onCompleted(DownloadRunnable doneRunnable,
long startOffset,
long endOffset) |
void |
onError(java.lang.Exception exception) |
void |
onProgress(long increaseBytes) |
void |
onRetry(java.lang.Exception exception) |
void |
syncProgressFromCache() |
void onProgress(long increaseBytes)
void onCompleted(DownloadRunnable doneRunnable, long startOffset, long endOffset)
boolean isRetry(java.lang.Exception exception)
void onError(java.lang.Exception exception)
void onRetry(java.lang.Exception exception)
void syncProgressFromCache()