Module com.esri.arcgisruntime
Class LocalServer.StatusChangedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.localserver.LocalServer.StatusChangedEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
LocalServer
An event which indicates that the status of a
LocalServer changed.- Since:
- 100.0.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionStatusChangedEvent(Object source, LocalServerStatus newStatus) Creates a new instance of aStatusChangedEvent. -
Method Summary
Modifier and TypeMethodDescriptionReturns the new status of theLocalServer.Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
StatusChangedEvent
Creates a new instance of aStatusChangedEvent.- Parameters:
source- theLocalServerthat raised the event.newStatus- the new status of theLocalServer- Since:
- 100.0.0
-
-
Method Details
-
getNewStatus
Returns the new status of theLocalServer.- Returns:
- the new status
- Since:
- 100.0.0
-