Uses of Interface
location.LocationListener

Packages that use LocationListener
groupmgmt.impl   
location   
location.generators   
 

Uses of LocationListener in groupmgmt.impl
 

Classes in groupmgmt.impl that implement LocationListener
 class SafeDistanceDetector
          The SafeDistanceDetector class; Detects members based on beacons, using a BeaconServer.
 

Uses of LocationListener in location
 

Classes in location that implement LocationListener
 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 LocationListener
 void LocationServer.addLocationListener(LocationListener ll)
          Adds a LocationListener to this server.
 void LocationServer.removeLocationListener(LocationListener ll)
          Removes a LocationListener from this server.
 void LocationGenerator.addLocationListener(LocationListener ll)
          Add a Location listener.
 void LocationGenerator.removeLocationListener(LocationListener ll)
          Remove a location listener.
 

Uses of LocationListener in location.generators
 

Classes in location.generators that implement LocationListener
(package private)  class FakeGPSgui
          This is the GUI that allows the user to interact with a FakeGPSMonitor.
 

Methods in location.generators with parameters of type LocationListener
 void RealGPSMonitor.addLocationListener(LocationListener ll)
          Add a Location listener.
 void RealGPSMonitor.removeLocationListener(LocationListener ll)
          Remove a location listener.
 void FakeGPSMonitor.addLocationListener(LocationListener ll)
          Add a Location listener.
 void FakeGPSMonitor.removeLocationListener(LocationListener ll)
          Remove a location listener.