Package com.esri.arcgisruntime.location
Interface WarningChangedListener
-
public interface WarningChangedListener
The listener interface for receiving changes to thewarning
property of aLocationDataSource
.- Since:
- 100.14.0
- See Also:
IndoorsLocationDataSource.addWarningChangedListener(WarningChangedListener)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
warningChanged(WarningChangedEvent warningChangedEvent)
Invoked when thewarning
property of a LocationDataSource changes.
-
-
-
Method Detail
-
warningChanged
void warningChanged(WarningChangedEvent warningChangedEvent)
Invoked when thewarning
property of a LocationDataSource changes.- Parameters:
warningChangedEvent
- the warning changed event- Since:
- 100.14.0
-
-