Class LocalServer.StatusChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.esri.arcgisruntime.localserver.LocalServer.StatusChangedEvent
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LocalServer
public final class LocalServer.StatusChangedEvent extends EventObject
An event which indicates that the status of aLocalServer
changed.- Since:
- 100.0.0
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description StatusChangedEvent(Object source, LocalServerStatus newStatus)
Creates a new instance of aStatusChangedEvent
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalServerStatus
getNewStatus()
Returns the new status of theLocalServer
.-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
StatusChangedEvent
public StatusChangedEvent(Object source, LocalServerStatus newStatus)
Creates a new instance of aStatusChangedEvent
.- Parameters:
source
- theLocalServer
that raised the event.newStatus
- the new status of theLocalServer
- Since:
- 100.0.0
-
-
Method Detail
-
getNewStatus
public LocalServerStatus getNewStatus()
Returns the new status of theLocalServer
.- Returns:
- the new status
- Since:
- 100.0.0
-
-