public static interface DownloadFile.Listener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(java.lang.Exception e) |
void |
onProgressUpdate(int progress,
int total) |
void |
onSuccess(java.lang.String url,
java.lang.String destinationPath) |