org.placelab.stumbler.smallgui
Class GPSReceiver

java.lang.Object
  extended byorg.placelab.stumbler.smallgui.Receiver
      extended byorg.placelab.stumbler.smallgui.GPSReceiver
All Implemented Interfaces:
SpotterListener

public class GPSReceiver
extends Receiver


Constructor Summary
GPSReceiver()
           
 
Method Summary
 Coordinate getLastCoordinate()
           
 java.lang.Class[] getSupportedSpotters()
           
 java.lang.String getType()
           
 void gotMeasurementImpl(Spotter s, Measurement m)
           
 int hasLock()
           
 
Methods inherited from class org.placelab.stumbler.smallgui.Receiver
addListener, gotMeasurement, spotterExceptionThrown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GPSReceiver

public GPSReceiver()
Method Detail

gotMeasurementImpl

public void gotMeasurementImpl(Spotter s,
                               Measurement m)
Specified by:
gotMeasurementImpl in class Receiver

hasLock

public int hasLock()

getLastCoordinate

public Coordinate getLastCoordinate()

getSupportedSpotters

public java.lang.Class[] getSupportedSpotters()
Specified by:
getSupportedSpotters in class Receiver

getType

public java.lang.String getType()
Specified by:
getType in class Receiver