org.placelab.stumbler.smallgui
Class BluetoothReceiver

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

public class BluetoothReceiver
extends BeaconReceiver

This is just a place holder until we get a functioning JSR-82 implementation on the PocketPC.


Constructor Summary
BluetoothReceiver()
           
 
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

BluetoothReceiver

public BluetoothReceiver()
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