Package com.esri.arcgisruntime.location
Class NmeaLocationDataSource.SatellitesChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.esri.arcgisruntime.location.NmeaLocationDataSource.SatellitesChangedEvent
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- NmeaLocationDataSource
public static class NmeaLocationDataSource.SatellitesChangedEvent extends EventObject
An event representing a change of satellite information.- Since:
- 100.10.0
- 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 List<NmeaSatelliteInfo>
getSatelliteInfos()
Returns the satellite infos for the event.NmeaLocationDataSource
getSource()
-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Method Detail
-
getSource
public NmeaLocationDataSource getSource()
- Overrides:
getSource
in classEventObject
-
getSatelliteInfos
public List<NmeaSatelliteInfo> getSatelliteInfos()
Returns the satellite infos for the event.- Returns:
- the satellite infos
- Since:
- 100.10.0
-
-