|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.TimerTask
location.generators.FakeGPSMonitor.LocationTimer
This class is responsible for firing the location changed events at a periodic interval.
Field Summary | |
(package private) FakeGPSMonitor |
fgm
|
Fields inherited from class java.util.TimerTask |
|
Constructor Summary | |
FakeGPSMonitor.LocationTimer(FakeGPSMonitor fgm)
Creates a LocationTimer for the specified location generator. |
Method Summary | |
void |
run()
Fires a location change event if a location reading exists. |
Methods inherited from class java.util.TimerTask |
cancel, scheduledExecutionTime |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
FakeGPSMonitor fgm
Constructor Detail |
public FakeGPSMonitor.LocationTimer(FakeGPSMonitor fgm)
fgm
- the FakeGPSMonitor that should be monitored.Method Detail |
public void run()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |