Package com.esri.arcgisruntime.location
Interface LocationDataSource.StatusChangedListener
- 
- Enclosing class:
- LocationDataSource
 
 public static interface LocationDataSource.StatusChangedListenerThe listener interface for receiving status changed events from a LocationDataSource.- Since:
- 100.6.0 for Android and 100.9.0 for Java SE
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstatusChanged(LocationDataSource.StatusChangedEvent statusChangedEvent)Invoked when the status of a LocationDataSource changes.
 
- 
- 
- 
Method Detail- 
statusChangedvoid 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
 
 
- 
 
-