See: Description
Interface | Description |
---|---|
TimeSource |
A source of wall time.
|
TimeSourceService |
Service that offers a
TimeSource to other services needing one. |
Class | Description |
---|---|
SystemTimeSource |
The standard
TimeSource that uses System.currentTimeMillis() |
TickingTimeSource |
A
TimeSource that increases the time in background using a timer. |