|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TimeSystem
TimeSystem allows to use a time measurement that is independent from the system time.
| Field Summary | |
|---|---|
static TimeSystem |
SYSTEM_TIME
provides a TimeSystem implementation based on the system time. |
| Method Summary | |
|---|---|
long |
currentTimeMillis()
returns the current time in milliseconds as measured by the underlying time system which may be different from the system time. |
| Field Detail |
|---|
static final TimeSystem SYSTEM_TIME
System.currentTimeMillis()| Method Detail |
|---|
long currentTimeMillis()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||