Module com.esri.arcgisruntime
Class DrawStatusChangedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.mapping.view.DrawStatusChangedEvent
- All Implemented Interfaces:
Serializable
@Deprecated(since="200.0.0",
forRemoval=true)
public final class DrawStatusChangedEvent
extends EventObject
Deprecated, for removal: This API element is subject to removal in a future version.
An event that indicates that the drawing state of a
GeoView
has changed. 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:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Gets the draw status.Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.util.EventObject
toString
-
Method Details
-
getSource
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getSource
in classEventObject
-
getDrawStatus
Deprecated, for removal: This API element is subject to removal in a future version.Gets the draw status. This can be used to determine when all layers in the map or scene being rendered by the GeoView have finished drawing.- Returns:
- the draw status
- Since:
- 100.0.0
-
ObservableValue.addListener(ChangeListener)
onGeoView.drawStatusProperty()
.