Package com.esri.arcgisruntime.location
Class LocationDataSource.StatusChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.esri.arcgisruntime.location.LocationDataSource.StatusChangedEvent
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LocationDataSource
public final class LocationDataSource.StatusChangedEvent extends EventObject
An event representing the change of the status of a LocationDataSource.- Since:
- 100.6.0 for Android and 100.9.0 for Java SE
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocationDataSource
getSource()
Returns the source firing the event.LocationDataSource.Status
getStatus()
Returns the status associated with the event.-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Method Detail
-
getSource
public LocationDataSource getSource()
Returns the source firing the event.- Overrides:
getSource
in classEventObject
- Returns:
- the LocationDataSource instance that fired the event
- Since:
- 100.6.0 for Android and 100.9.0 for Java SE
-
getStatus
public LocationDataSource.Status getStatus()
Returns the status associated with the event.- Returns:
- the status associated with the event
- Since:
- 100.6.0 for Android and 100.9.0 for Java SE
-
-