Class LocalService.StatusChangedEvent

java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.localserver.LocalService.StatusChangedEvent
All Implemented Interfaces:
Serializable
Enclosing class:
LocalService

public static final class LocalService.StatusChangedEvent extends EventObject
An event which indicates that the status of a LocalService changed.
Since:
100.0.0
See Also:
  • Constructor Details

    • StatusChangedEvent

      public StatusChangedEvent(Object source, LocalServerStatus newStatus)
      Creates a new instance of a StatusChangedEvent.
      Parameters:
      source - the LocalService that raised the event.
      newStatus - the new status of the LocalService
      Since:
      100.0.0
  • Method Details

    • getNewStatus

      public LocalServerStatus getNewStatus()
      Returns the new status of the LocalService.
      Returns:
      the new status
      Since:
      100.0.0