Synergy Home Page

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:

Constructor Summary
BSleep()
           
 
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
 

Constructor Detail

BSleep

public BSleep()
Method Detail

doSleep

public static void doSleep(long millis)
Please complete the missing tags for doSleep
Parameters:
-  
Returns:
 
Throws:
-  
Pre Condition:
 
Post Condition:
 

Synergy Home Page