org.placelab.client.tracker
Interface EstimateListener

All Known Implementing Classes:
APOverlay, APViewer, FilteredEstimateListener, HamsterTracker, LocationProviderImpl, ParticleFilterVisualizer, Placelab, PlaceLabExample, PlacelabExampleMidlet, PlacelabStumblerGUI, ReticleOverlay, ServletExample, SmoothingTracker, TrackedMapView, WebService

public interface EstimateListener

An EstimateListener can be registered with a Tracker to be notified when the Tracker updates.


Method Summary
 void estimateUpdated(Tracker t, Estimate e, Measurement m)
          Implement this method to respond to updates from the Tracker(s) you are registered with.
 

Method Detail

estimateUpdated

public void estimateUpdated(Tracker t,
                            Estimate e,
                            Measurement m)
Implement this method to respond to updates from the Tracker(s) you are registered with.

Parameters:
t - the Tracker producing the Estimate
e - the Estimate produced by the Tracker
m - the latest Measurement used by the Tracker to produce the Estimate