Class LoadStatusChangedEvent

java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.loadable.LoadStatusChangedEvent
All Implemented Interfaces:
Serializable

@Deprecated(forRemoval=true, since="200.0.0") public final class LoadStatusChangedEvent extends EventObject
Deprecated, for removal: This API element is subject to removal in a future version.
As of 200.0.0, add a listener to Loadable.loadStatusProperty() to receive notifications of load status changes
An event which indicates that the load status of a Loadable changed.
Since:
100.0.0
See Also:
  • Constructor Details

    • LoadStatusChangedEvent

      public LoadStatusChangedEvent(Object source, LoadStatus newLoadStatus)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Creates a new instance of a LoadStatusChangedEvent.
      Parameters:
      source - the Loadable that raised the event.
      newLoadStatus - the new load status of the Loadable
      Since:
      100.0.0
  • Method Details

    • getNewLoadStatus

      public LoadStatus getNewLoadStatus()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the new load status of the Loadable.
      Returns:
      the new load status
      Since:
      100.0.0