Interface DrawStatusChangedListener
-
public interface DrawStatusChangedListener
The listener interface for receivingDrawStatus
changed events from aGeoView
. This can be used to determine when all layers in the map or scene being rendered by the GeoView have finished drawing.- Since:
- 100.0.0
- See Also:
GeoView.addDrawStatusChangedListener(DrawStatusChangedListener)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
drawStatusChanged(DrawStatusChangedEvent drawStatusChangedEvent)
Invoked when the DrawStatus of a GeoView changes.
-
-
-
Method Detail
-
drawStatusChanged
void drawStatusChanged(DrawStatusChangedEvent drawStatusChangedEvent)
Invoked when the DrawStatus of a GeoView changes.- Parameters:
drawStatusChangedEvent
- the draw status changed event- Since:
- 100.0.0
-
-