Uses of Class
location.generators.FakeGPSMonitor

Packages that use FakeGPSMonitor
location.generators   
 

Uses of FakeGPSMonitor in location.generators
 

Fields in location.generators declared as FakeGPSMonitor
(package private)  FakeGPSMonitor FakeSatelliteInfoGenerator.fgm
          The FakeGPSMonitor that the fake satellite information should be sent to.
(package private)  FakeGPSMonitor FakeGPSMonitor.LocationTimer.fgm
           
(package private)  FakeGPSMonitor FakeGPSgui.fgm
           
 

Constructors in location.generators with parameters of type FakeGPSMonitor
FakeSatelliteInfoGenerator(FakeGPSMonitor fgm)
           
FakeGPSMonitor.LocationTimer(FakeGPSMonitor fgm)
          Creates a LocationTimer for the specified location generator.
FakeGPSgui(FakeGPSMonitor fgm, Latitude nxtLat, Longitude nxtLong)
          The Constructor.