Class DrawStatusChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.esri.arcgisruntime.mapping.view.DrawStatusChangedEvent
-
- All Implemented Interfaces:
java.io.Serializable
public final class DrawStatusChangedEvent extends java.util.EventObject
An event that indicates that the drawing state of aGeoView
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:
GeoView.addDrawStatusChangedListener(DrawStatusChangedListener)
, Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DrawStatus
getDrawStatus()
Gets the draw status.GeoView
getSource()
-
-
-
Method Detail
-
getSource
public GeoView getSource()
- Overrides:
getSource
in classjava.util.EventObject
-
getDrawStatus
public DrawStatus getDrawStatus()
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
-
-