org.placelab.stumbler
Interface StumblerFunnelUpdateListener

All Known Implementing Classes:
AudioNotifier, LogWriter, PlacelabStumbler, PlacelabStumblerGUI, StumblerFunnelTests

public interface StumblerFunnelUpdateListener

After the StumblerFunnel pulses, it shoots out updates to all of its updateListeners with a Hashtable where StumblerSpotters key to Vectors of MeasurementPackages


Method Summary
 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.
 

Method Detail

stumblerUpdated

public 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.

Parameters:
measurements - updates each StumblerSpotter keys to its MeasurementPackages for this update.