|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimeSource
Defines time based operations. Allows operations for determining run-time since initialization.
Method Summary | |
---|---|
long |
getCurrentTime()
Returns the current time in the system. |
long |
getElapsedTime()
Returns the elapsed time of the running system. |
long |
getNanoTime()
Produces the current nanontime. |
long |
getStartTime()
Returns the time the system was started. |
void |
reset()
Resets the internal time. |
Method Detail |
---|
long getElapsedTime()
long getStartTime()
long getCurrentTime()
void reset()
long getNanoTime()
System.nanoTime()
for more information
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |