Interface ChannelGroupFutureListener

All Superinterfaces:
EventListener

public interface ChannelGroupFutureListener extends EventListener
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(ChannelGroupFutureListener) and all I/O operations are complete.