org.placelab.demo.mapview
Class SpotterPoker

java.lang.Object
  extended byorg.placelab.demo.mapview.SpotterPoker
All Implemented Interfaces:
java.lang.Runnable

public class SpotterPoker
extends java.lang.Object
implements java.lang.Runnable


Field Summary
 boolean stopped
           
 int timerIntervalMillis
           
 
Constructor Summary
SpotterPoker(org.eclipse.swt.widgets.Display disp, PlacelabWithProxy d)
           
 
Method Summary
 int getFps()
           
 void run()
           
 void scheduleTimeout()
           
 void setFps(int f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stopped

public boolean stopped

timerIntervalMillis

public int timerIntervalMillis
Constructor Detail

SpotterPoker

public SpotterPoker(org.eclipse.swt.widgets.Display disp,
                    PlacelabWithProxy d)
Method Detail

setFps

public void setFps(int f)

getFps

public int getFps()

run

public void run()
Specified by:
run in interface java.lang.Runnable
See Also:
Runnable.run()

scheduleTimeout

public void scheduleTimeout()