org.placelab.stumbler.smallgui
Class WiFiReceiver

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

public class WiFiReceiver
extends BeaconReceiver


Constructor Summary
WiFiReceiver()
           
 
Method Summary
 java.util.Hashtable extractFields(BeaconReading reading)
           
 java.lang.Class[] getSupportedSpotters()
           
 java.lang.String getType()
           
 
Methods inherited from class org.placelab.stumbler.smallgui.BeaconReceiver
currentNumBeacons, getBeaconData, gotMeasurementImpl, totalNumBeacons
 
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

WiFiReceiver

public WiFiReceiver()
Method Detail

extractFields

public java.util.Hashtable extractFields(BeaconReading reading)
Specified by:
extractFields in class BeaconReceiver

getSupportedSpotters

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

getType

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