hmi.elckerlyc.scheduler
Class SystemSchedulingClock
java.lang.Object
hmi.elckerlyc.scheduler.SystemSchedulingClock
- All Implemented Interfaces:
- SchedulingClock
public class SystemSchedulingClock
- extends Object
- implements SchedulingClock
Scheduling clock backed by a SystemClock
- Author:
- welberge
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
systemClock
private final SystemClock systemClock
SystemSchedulingClock
public SystemSchedulingClock(SystemClock c)
getTime
public double getTime()
- Specified by:
getTime in interface SchedulingClock