|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectthings.common.tools.StopWatch
public class StopWatch
A simple stopwatch.
Version History
EPG - Initial - 18 AUG 05
| Constructor Summary | |
|---|---|
StopWatch()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
start()
Restart the stopwatch. |
void |
stop()
Stop the watch. |
long |
time()
Get the time in milliseconds since the watch was started. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StopWatch()
| Method Detail |
|---|
public void start()
public long time()
public void stop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||