Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.location
Class LocationDataSource.LocationChangedEvent
java.lang.Object
java.util.EventObject
com.esri.arcgisruntime.location.LocationDataSource.LocationChangedEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
LocationDataSource
An event representing the change of the location of a LocationDataSource.
- Since:
- 100.9.0
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Method Summary
Modifier and TypeMethodDescriptionReturns the location associated with the event.Returns the source firing the event.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.9.0
-
getLocation
Returns the location associated with the event.- Returns:
- the location associated with the event
- Since:
- 100.9.0
-