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:
  • Method Details

    • getSource

      public GeoView getSource()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      getSource in class EventObject
    • getDrawStatus

      public DrawStatus 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