Uses of Interface
com.hammurapi.util.concurrent.CallableListener

Packages that use CallableListener
com.hammurapi.util.concurrent   
 

Uses of CallableListener in com.hammurapi.util.concurrent
 

Methods in com.hammurapi.util.concurrent with parameters of type CallableListener
 void NotifyingFuture.addListener(CallableListener<V> listener)
          Adds callable listener.
 void NonBlockingNotifyingFutureTask.addListener(CallableListener<V> listener)
           
 void NotifyingFuture.removeListener(CallableListener<V> listener)
          Removes callable listener.
 void NonBlockingNotifyingFutureTask.removeListener(CallableListener<V> listener)