public interface GenericFutureListener<F extends Future<?>>
extends java.util.EventListener
Future. The result of the asynchronous operation is notified once this listener
is added by calling Future.addListener(GenericFutureListener).| 限定符和类型 | 方法和说明 |
|---|---|
void |
operationComplete(F future)
Invoked when the operation associated with the
Future has been completed. |