Class LocalServer.StatusChangedEvent

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

public static final class LocalServer.StatusChangedEvent extends EventObject
An event which indicates that the status of a LocalServer 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 LocalServer that raised the event.
      newStatus - the new status of the LocalServer
      Since:
      100.0.0
  • Method Details

    • getNewStatus

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