org.placelab.example
Class PlaceLabExample

java.lang.Object
  extended byorg.placelab.example.PlaceLabExample
All Implemented Interfaces:
EstimateListener

public class PlaceLabExample
extends java.lang.Object
implements EstimateListener

This sample shows how to use the PlacelabWithProxy object to manage spotters and trackers for you.


Constructor Summary
PlaceLabExample()
           
 
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.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlaceLabExample

public PlaceLabExample()
Method Detail

main

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

estimateUpdated

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

Specified by:
estimateUpdated in interface EstimateListener
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