Uses of Interface
location.GpsInfoListener

Packages that use GpsInfoListener
location   
location.generators   
 

Uses of GpsInfoListener in location
 

Classes in location that implement GpsInfoListener
 class LocationServer
          LocationServer is the singleton that applications implementing the LocationListener interface register on to receive location information.
 class LocationTester
          Tests the funcationality of the location package.
 

Methods in location with parameters of type GpsInfoListener
 void LocationServer.addGpsInfoListener(GpsInfoListener gpsinfo)
          Adds a GpsInfoListener to this server.
 void LocationServer.removeGpsInfoListener(GpsInfoListener gpsinfo)
          Removes a GpsInfoListener from this server.
 void LocationGenerator.addGpsInfoListener(GpsInfoListener gps)
          Add a GpsInfo listener.
 void LocationGenerator.removeGpsInfoListener(GpsInfoListener gps)
          Remove a GpsInfo listener.
 

Uses of GpsInfoListener in location.generators
 

Methods in location.generators with parameters of type GpsInfoListener
 void RealGPSMonitor.addGpsInfoListener(GpsInfoListener gps)
          Add a GpsInfo listener.
 void RealGPSMonitor.removeGpsInfoListener(GpsInfoListener gps)
          Remove a GpsInfo listener.
 void FakeGPSMonitor.addGpsInfoListener(GpsInfoListener gps)
          Add a GpsInfo listener.
 void FakeGPSMonitor.removeGpsInfoListener(GpsInfoListener gps)
          Remove a GpsInfo listener.