Class CondVar

java.lang.Object
  |
  +--CondVar

public class CondVar
extends java.lang.Object


Constructor Summary
CondVar()
           
 
Method Summary
 void condNotify()
           
 void condWait()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CondVar

public CondVar()
Method Detail

condWait

public void condWait()

condNotify

public void condNotify()