Module com.esri.arcgisruntime
Interface LocalServer.StatusChangedListener
- All Superinterfaces:
EventListener
- Enclosing class:
LocalServer
The listener interface for receiving
LocalServer.StatusChangedEvent
changed events from LocalServer
resources.- Since:
- 100.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
statusChanged
(LocalServer.StatusChangedEvent statusChangedEvent) Invoked when theStatus
of aLocalServer
changes.
-
Method Details
-
statusChanged
Invoked when theStatus
of aLocalServer
changes.- Parameters:
statusChangedEvent
- provides the source of the event as well as the new status- Since:
- 100.0.0
-