au.edu.swin.synergy.lib
Class BSleep
java.lang.Object
|
+--au.edu.swin.synergy.lib.BSleep
- public class BSleep
- extends Object
Static method which provides an easy way to sleep for a number of milliseconds
- Author:
- John Newbigin
- Requirement/analysis/design Reference:
-
- Copyright Belongs To:
- 1999 Synergy Software
- See Also:
Method Summary |
static void |
doSleep(long millis)
Please complete the missing tags for doSleep |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
BSleep
public BSleep()
doSleep
public static void doSleep(long millis)
- Please complete the missing tags for doSleep
- Parameters:
- - Returns:
-
- Throws:
- -
- Pre Condition:
-
- Post Condition:
-