Package globus.glmap
Interface GLMapManager.StateListener
- Enclosing class:
- GLMapManager
public static interface GLMapManager.StateListener
Callbacks for map state
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Map downloading progress changedvoid
Download task is finishedvoid
Map data set starts downloadingvoid
onStateChanged
(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
-