public interface GenericFutureListener<F extends GenericFuture<?>> extends EventListener
GenericFuture. The result of the asynchronous operation is notified once this listener
is added by calling GenericFuture.addListener(GenericFutureListener).| 限定符和类型 | 方法和说明 |
|---|---|
void |
operationComplete(F future)
Invoked when the operation associated with the
GenericFuture has been completed. |
void operationComplete(F future) throws Exception
GenericFuture has been completed.future - the source GenericFuture which called this callbackExceptionCopyright © 2022. All rights reserved.