com.supermap.onlineservices
Interface DownloadResourceFile.DownloadListener
-
- Enclosing class:
- DownloadResourceFile
public static interface DownloadResourceFile.DownloadListener
Resource downloading callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
getProgress(int progress)
Returns the downloading progressvoid
onComplete()
Downloaded successfullyvoid
onFailure()
Failed to download
-