Package io.netty.channel.group
Interface ChannelGroupFutureListener
- All Superinterfaces:
EventListener,GenericFutureListener<ChannelGroupFuture>
Listens to the result of a
ChannelGroupFuture. The result of the
asynchronous ChannelGroup I/O operations is notified once this
listener is added by calling ChannelGroupFuture.addListener(GenericFutureListener)
and all I/O operations are complete.-
Method Summary
Methods inherited from interface io.netty.util.concurrent.GenericFutureListener
operationComplete