Package globus.glmap
Interface GLMapManager.StateListener
- Enclosing class:
- GLMapManager
public static interface GLMapManager.StateListener
Callbacks for map state
-
Method Summary
Modifier and TypeMethodDescriptionvoidMap downloading progress changedvoidDownload task is finishedvoidMap data set starts downloadingvoidonStateChanged(GLMapInfo map, int dataSet) Called when map state is changed
-
Method Details
-
onStartDownloading
Map data set starts downloading- Parameters:
task- download task
-
onDownloadProgress
Map downloading progress changed- Parameters:
task- download task
-
onFinishDownloading
Download task is finished- Parameters:
task- download task
-
onStateChanged
Called when map state is changed- Parameters:
map- mapdataSet- data set
-