Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.location
Interface LocationDataSource.StatusChangedListener
- Enclosing class:
LocationDataSource
public static interface LocationDataSource.StatusChangedListener
The listener interface for receiving status changed events from a LocationDataSource.
- Since:
- 100.9.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
statusChanged
(LocationDataSource.StatusChangedEvent statusChangedEvent) Invoked when the status of a LocationDataSource changes.
-
Method Details
-
statusChanged
Invoked when the status of a LocationDataSource changes.- Parameters:
statusChangedEvent
- the status changed event- Since:
- 100.9.0
-