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