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.EventObjectAn 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
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DrawStatusgetDrawStatus()Gets the draw status.GeoViewgetSource() 
 - 
 
- 
- 
Method Detail
- 
getSource
public GeoView getSource()
- Overrides:
 getSourcein 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
 
 
 - 
 
 -