Interface MonitorClock
- All Known Implementing Classes:
ConstructTestSupport,MonitorClockImpl
public interface MonitorClock
Clock for monitoring the
Office.- Author:
- Daniel Sagenschneider
-
Method Summary
-
Method Details
-
currentTimeMillis
long currentTimeMillis()Obtains the approximate current time.
This is more efficient means to obtain
System.currentTimeMillis()as complete millisecond accuracy is not required.- Returns:
- Approximate
System.currentTimeMillis().
-