Package org.burningwave.graph
Interface ListenableContext
- All Known Subinterfaces:
Context
- All Known Implementing Classes:
Context.Abst,Context.Simple
public interface ListenableContext
-
Method Summary
Modifier and TypeMethodDescription<V> VwaitForPut(Object key, Predicate<V> predicate, int... timeout) <V> VwaitForRemove(Object key, Predicate<V> predicate, int... timeout)
-
Method Details
-
waitForPut
- Throws:
InterruptedException
-
waitForRemove
- Throws:
InterruptedException
-