org.placelab.stumbler
Class PlacelabStumbler

java.lang.Object
  extended byorg.placelab.stumbler.PlacelabStumbler
All Implemented Interfaces:
StumblerFunnelUpdateListener

public class PlacelabStumbler
extends java.lang.Object
implements StumblerFunnelUpdateListener


Constructor Summary
PlacelabStumbler()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static java.lang.String nextAvailableName(java.lang.String name)
           
 void start()
           
 void stumblerUpdated(java.util.Hashtable updates)
          This message is sent after every StumblerFunnel has new data available Note that this callback is sent in the thread that the StumblerUpdateListener used to subscribe itself to the StumblerFunnel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlacelabStumbler

public PlacelabStumbler()
                 throws java.io.IOException
Method Detail

nextAvailableName

public static java.lang.String nextAvailableName(java.lang.String name)

start

public void start()

stumblerUpdated

public void stumblerUpdated(java.util.Hashtable updates)
Description copied from interface: StumblerFunnelUpdateListener
This message is sent after every StumblerFunnel has new data available Note that this callback is sent in the thread that the StumblerUpdateListener used to subscribe itself to the StumblerFunnel.

Specified by:
stumblerUpdated in interface StumblerFunnelUpdateListener
Parameters:
updates - updates each StumblerSpotter keys to its MeasurementPackages for this update.

main

public static void main(java.lang.String[] args)