public interface ListenableActionFuture<T> extends ActionFuture<T>
ActionFuture that listeners can be added to.| Modifier and Type | Method and Description |
|---|---|
void |
addListener(ActionListener<T> listener)
Add an action listener to be invoked when a response has received.
|
void addListener(ActionListener<T> listener)