Interface MonitorClock
-
- All Known Implementing Classes:
ConstructTestSupport
,MonitorClockImpl
public interface MonitorClock
Clock for monitoring theOffice
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
currentTimeMillis()
Obtains the approximate current time.
-