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.6.0 for Android and 100.9.0 for Java SE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
statusChanged(LocationDataSource.StatusChangedEvent statusChangedEvent)
Invoked when the status of a LocationDataSource changes.
-
-
-
Method Detail
-
statusChanged
void statusChanged(LocationDataSource.StatusChangedEvent statusChangedEvent)
Invoked when the status of a LocationDataSource changes.- Parameters:
statusChangedEvent
- the status changed event- Since:
- 100.6.0 for Android and 100.9.0 for Java SE
-
-