public interface TimeSource
NTPTimeSource
, local synchronization (LAN only - not implemented), or simply using the
standard clock on each machine (System.currentTimeMillis() via SystemClockTimeSource
.Modifier and Type | Method and Description |
---|---|
long |
currentTimeMillis()
Get the current time in milliseconds, according to this TimeSource
|