public static interface BaseDownloadTask.FinishListener
| Modifier and Type | Method and Description |
|---|---|
void |
over(BaseDownloadTask task)
Will be invoked when the
task is over(FileDownloadStatus.isOver(int)). |
void over(BaseDownloadTask task)
task is over(FileDownloadStatus.isOver(int)).
This method will be invoked in Non-UI-Thread and this thread is controlled by
MessageSnapshotThreadPool.task - is over, the status would be one of below:
FileDownloadStatus.completed、FileDownloadStatus.warn、
FileDownloadStatus.error、FileDownloadStatus.paused.FileDownloadStatus.isOver(int)