|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MillisTimeSource
Implementing this inerface indicates that the Timesource is capable of
providing time values on a millisecond scale.
API Stability: Stable.
Method Summary | |
---|---|
long |
getMilliseconds()
Provides the number of milliseconds since some particular fixed event occured, such as the unix epoch like the system clock), the system booting, or the JVM starting (like sun.misc.Perf). |
Methods inherited from interface net.jinx.time.TimeSource |
---|
isRealTime |
Method Detail |
---|
long getMilliseconds()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |