public interface ChannelGroupFutureListener extends EventListener
ChannelGroupFuture
. The result of the
asynchronous ChannelGroup
I/O operations is notified once this
listener is added by calling ChannelGroupFuture.addListener(ChannelGroupFutureListener)
and all I/O operations are complete.Modifier and Type | Method and Description |
---|---|
void |
operationComplete(ChannelGroupFuture future)
Invoked when all I/O operations associated with the
ChannelGroupFuture have been completed. |
void operationComplete(ChannelGroupFuture future) throws Exception
ChannelGroupFuture
have been completed.future
- The source ChannelGroupFuture
which called this
callback.Exception
Copyright © 2008-2015 The Netty Project. All Rights Reserved.