Interface ChannelGroupFutureListener
- All Superinterfaces:
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.-
Method Summary
Modifier and TypeMethodDescriptionvoidoperationComplete(ChannelGroupFuture future) Invoked when all I/O operations associated with theChannelGroupFuturehave been completed.
-
Method Details
-
operationComplete
Invoked when all I/O operations associated with theChannelGroupFuturehave been completed.- Parameters:
future- The sourceChannelGroupFuturewhich called this callback.- Throws:
Exception
-