Package io.netty.channel.group
Interface ChannelGroupFutureListener
-
- All Superinterfaces:
EventListener,io.netty.util.concurrent.GenericFutureListener<ChannelGroupFuture>
public interface ChannelGroupFutureListener extends io.netty.util.concurrent.GenericFutureListener<ChannelGroupFuture>
Listens to the result of aChannelGroupFuture. The result of the asynchronousChannelGroupI/O operations is notified once this listener is added by callingChannelGroupFuture.addListener(GenericFutureListener)and all I/O operations are complete.