com.supermap.onlineservices
Interface DownloadFile.DownLoadListener
-
- Enclosing class:
- DownloadFile
public static interface DownloadFile.DownLoadListener
-
-
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
onError()
Failed to download
-