Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.location
Class LocationDataSource.ErrorChangedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.location.LocationDataSource.ErrorChangedEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
LocationDataSource
An event that is invoked when
the error property
changes.- Since:
- 100.14.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Method Summary
Methods inherited from class java.util.EventObject
toString
-
Method Details
-
getSource
Returns the source firing the event.- Overrides:
getSource
in classEventObject
- Returns:
- the LocationDataSource instance that fired the event
- Since:
- 100.14.0
-
getError
Returns the error associated with the event, may return null.- Returns:
- the error associated with the event or null
- Since:
- 100.14.0
-