Class DrawStatusChangedEvent
- java.lang.Object
 - 
- java.util.EventObject
 - 
- com.esri.arcgisruntime.mapping.view.DrawStatusChangedEvent
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public final class DrawStatusChangedEvent extends EventObject
An event that indicates that the drawing state of aGeoViewhas 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
 
- 
- 
Field Summary
- 
Fields inherited from class java.util.EventObject
source 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DrawStatusgetDrawStatus()Gets the draw status.GeoViewgetSource()- 
Methods inherited from class java.util.EventObject
toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getSource
public GeoView getSource()
- Overrides:
 getSourcein classEventObject
 
- 
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
 
 
 - 
 
 -