Interface ChannelGroupFutureListener

All Superinterfaces:
EventListener, GenericFutureListener<ChannelGroupFuture>

public interface ChannelGroupFutureListener extends 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.