|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--CSLib.Timer
Timer is a utility class for causing a program to
pause for a specified period of time.
| Constructor Summary | |
Timer()
|
|
| Method Summary | |
static void |
pause(long msec)
Pauses for a specific period of time. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Timer()
| Method Detail |
public static void pause(long msec)
msec - the specific number of milliseconds to pause.Thread.sleep(long)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||