Interface DrawStatusChangedListener


@Deprecated(since="200.0.0", forRemoval=true) public interface DrawStatusChangedListener
Deprecated, for removal: This API element is subject to removal in a future version.
The listener interface for receiving DrawStatus changed events from a GeoView. 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 Summary

    Modifier and Type
    Method
    Description
    void
    drawStatusChanged(DrawStatusChangedEvent drawStatusChangedEvent)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Invoked when the DrawStatus of a GeoView changes.
  • Method Details

    • drawStatusChanged

      void drawStatusChanged(DrawStatusChangedEvent drawStatusChangedEvent)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Invoked when the DrawStatus of a GeoView changes.
      Parameters:
      drawStatusChangedEvent - the draw status changed event
      Since:
      100.0.0