public static interface LayerDownloader.Callback
| Modifier and Type | Method and Description |
|---|---|
void |
onDownloadStatus(LayerDownloader.DownloadStatus status)
Download progress update
|
void |
onJobStatus(LayerDownloader.JobStatus status)
Job status update
|
void |
onLevelProgressUpdate(java.lang.String title,
int progress)
The max progress up to the current level has been changed
Usually this means the next level has begun downloading
|
void |
onMaxProgressUpdate(java.lang.String title,
int progress)
The max overall progress value has been changed
|
void onDownloadStatus(LayerDownloader.DownloadStatus status)
status - Download status and progress statsvoid onJobStatus(LayerDownloader.JobStatus status)
status - Job statusvoid onMaxProgressUpdate(java.lang.String title,
int progress)
title - Layer titleprogress - Progressvoid onLevelProgressUpdate(java.lang.String title,
int progress)
title - Layer titleprogress - Progress