org.placelab.stumbler
Class StumblerFunnelTests

java.lang.Object
  extended byorg.placelab.stumbler.StumblerFunnelTests
All Implemented Interfaces:
StumblerFunnelUpdateListener, Testable, TestableBase

public class StumblerFunnelTests
extends java.lang.Object
implements Testable, StumblerFunnelUpdateListener


Constructor Summary
StumblerFunnelTests()
           
 
Method Summary
 java.lang.String getName()
           
 void runTests(TestResult result)
           
 void stumblerUpdated(java.util.Hashtable measurements)
          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

StumblerFunnelTests

public StumblerFunnelTests()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface TestableBase

runTests

public void runTests(TestResult result)
              throws java.lang.Throwable
Specified by:
runTests in interface Testable
Throws:
java.lang.Throwable

stumblerUpdated

public void stumblerUpdated(java.util.Hashtable measurements)
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:
measurements - updates each StumblerSpotter keys to its MeasurementPackages for this update.