net.spy.concurrent
Interface SynchronizationObject.Predicate<T>

Enclosing class:
SynchronizationObject<T>

public static interface SynchronizationObject.Predicate<T>

Synchronization object predicate for evaluation in waitUntilTrue.


Method Summary
 boolean evaluate(T o)
          Evaluate with the current object to determine whether the condition is true.
 

Method Detail

evaluate

boolean evaluate(T o)
Evaluate with the current object to determine whether the condition is true.

Parameters:
o - the current object
Returns:
whether the condition is met


Copyright © 1995-2007 SPY Internetworking. All Rights Reserved.