Package com.esri.arcgisruntime.location
Class LocationDataSource.LocationChangedEvent
- java.lang.Object
 - 
- java.util.EventObject
 - 
- com.esri.arcgisruntime.location.LocationDataSource.LocationChangedEvent
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Enclosing class:
 - LocationDataSource
 
public final class LocationDataSource.LocationChangedEvent extends java.util.EventObjectAn event representing the change of the location of a LocationDataSource.- Since:
 - 100.6.0 for Android and 100.9.0 for Java SE
 - See Also:
 - Serialized Form
 
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocationDataSource.LocationgetLocation()Returns the location associated with the event.LocationDataSourcegetSource()Returns the source firing the event. 
 - 
 
- 
- 
Method Detail
- 
getSource
public LocationDataSource getSource()
Returns the source firing the event.- Overrides:
 getSourcein classjava.util.EventObject- Returns:
 - the LocationDataSource instance that fired the event
 - Since:
 - 100.6.0 for Android and 100.9.0 for Java SE
 
 
- 
getLocation
public LocationDataSource.Location getLocation()
Returns the location associated with the event.- Returns:
 - the location associated with the event
 - Since:
 - 100.6.0 for Android and 100.9.0 for Java SE
 
 
 - 
 
 -