Method Summary |
|
public long | getPeriod() The period of the scheduled service in milli-seconds. |
public ActiveMirrorGpsDevice | getWrappedGpsDevice() Returns the wrapped active mirror gps device. |
public boolean | isDaemon() If the scheduled timer whould work as a daemon thread or not. |
public void | performMirroring() Performs the actual mirror operation, delegating the action to the
wrapped gps device. |
public void | setDaemon(boolean daemon) Sets if the scheduled timer would work as a daemon thread or not. |
public void | setGpsDevice(CompassGpsDevice gpsDevice) |
public void | setPeriod(long period) Sets the period of the scheduled service in milli-seconds. |
public void | setWrappedGpsDevice(ActiveMirrorGpsDevice gpsDevice) Sets the wrapped gps device. |
public synchronized void | start() Starts the scheduled timer. |
public synchronized void | stop() Stops the scheduled timer. |