Class Sleep

java.lang.Object
  extended by Sleep

public class Sleep
extends java.lang.Object


Constructor Summary
Sleep()
           
 
Method Summary
static void sleep(int msec)
           
static void sleep(int min, int max)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sleep

public Sleep()
Method Detail

sleep

public static void sleep(int msec)

sleep

public static void sleep(int min,
                         int max)