Module com.esri.arcgisruntime
Interface DrawStatusChangedListener
Deprecated, for removal: This API element is subject to removal in a future version.
The listener interface for receiving
DrawStatus
changed events from a GeoView
. 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:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
drawStatusChanged
(DrawStatusChangedEvent drawStatusChangedEvent) Deprecated, for removal: This API element is subject to removal in a future version.Invoked when the DrawStatus of a GeoView changes.
-
Method Details
-
drawStatusChanged
Deprecated, for removal: This API element is subject to removal in a future version.Invoked when the DrawStatus of a GeoView changes.- Parameters:
drawStatusChangedEvent
- the draw status changed event- Since:
- 100.0.0
-
ObservableValue.addListener(ChangeListener)
onGeoView.drawStatusProperty()
.