Uses of Interface
org.logicblaze.lingo.util.locks.ConditionListener

Packages that use ConditionListener
org.logicblaze.lingo.util.locks   
 

Uses of ConditionListener in org.logicblaze.lingo.util.locks
 

Classes in org.logicblaze.lingo.util.locks that implement ConditionListener
 class ConditionManagerImpl
          Represents a client side ConditionManager which is used to communicate with a possibly remote ConditionServer
 

Methods in org.logicblaze.lingo.util.locks with parameters of type ConditionListener
 void ConditionController.await(ConditionListener listener, long timeoutMillis)
           
 void ConditionServer.await(java.lang.String id, ConditionListener listener, long timeoutMillis)
           
 void ConditionServerImpl.await(java.lang.String id, ConditionListener listener, long timeoutMillis)
           
protected  boolean ConditionController.pendingSignals(ConditionListener listener)
          Returns true if there were pending signals
 

Constructors in org.logicblaze.lingo.util.locks with parameters of type ConditionListener
ConditionClient(ConditionServer server, ConditionListener listener, java.lang.String id, edu.emory.mathcs.backport.java.util.concurrent.locks.Lock lock)
           
 



Copyright © 2011 LogicBlaze, Inc.. All Rights Reserved.