| Package | Description |
|---|---|
| com.hammurapi.common.concurrent |
| Modifier and Type | Method and Description |
|---|---|
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) |