Package com.esri.arcgisruntime.location
Interface LocationDataSource.ErrorChangedListener
-
- Enclosing class:
- LocationDataSource
public static interface LocationDataSource.ErrorChangedListenerThe listener interface for receivingerror changed eventsfrom a LocationDataSource.- Since:
- 100.14.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiderrorChanged(LocationDataSource.ErrorChangedEvent errorChangedEvent)Invoked when the error of a LocationDataSource changes.
-
-
-
Method Detail
-
errorChanged
void errorChanged(LocationDataSource.ErrorChangedEvent errorChangedEvent)
Invoked when the error of a LocationDataSource changes.- Parameters:
errorChangedEvent- the error changed event- Since:
- 100.14.0
-
-