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