Class SimpleWait

java.lang.Object
  |
  +--SimpleWait

public class SimpleWait
extends java.lang.Object


Constructor Summary
SimpleWait()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 boolean tryWait(int dl)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleWait

public SimpleWait()
Method Detail

tryWait

public boolean tryWait(int dl)

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception