Class LocalService.StatusChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.esri.arcgisruntime.localserver.LocalService.StatusChangedEvent
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LocalService
public final class LocalService.StatusChangedEvent extends EventObject
An event which indicates that the status of aLocalService
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 theLocalService
.-
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
- theLocalService
that raised the event.newStatus
- the new status of theLocalService
- Since:
- 100.0.0
-
-
Method Detail
-
getNewStatus
public LocalServerStatus getNewStatus()
Returns the new status of theLocalService
.- Returns:
- the new status
- Since:
- 100.0.0
-
-