public interface GenericFutureListener<F extends Future<?>> extends EventListener
Future
. The result of the asynchronous operation is notified once this listener
is added by calling Future.addListener(GenericFutureListener)
.Modifier and Type | Method and Description |
---|---|
void |
operationComplete(F future)
Invoked when the operation associated with the
Future has been completed. |
Copyright © 2008–2024 The Netty Project. All rights reserved.