public interface DownloadListener
| Modifier and Type | Method and Description |
|---|---|
void |
onDownloaded(Downloader.DownloadTask task)
On downloaded.
|
void |
onFailed()
On failed.
|
void |
onPartDownloaded(int percent,
int downloadedSize)
On part downloaded.
|
void onPartDownloaded(int percent,
int downloadedSize)
percent - the percentdownloadedSize - the downloaded sizevoid onDownloaded(Downloader.DownloadTask task)
task - the taskvoid onFailed()
Copyright © 2016. All rights reserved.