Package org.jboss.netty.channel.group
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 TypeMethodDescriptionvoid
operationComplete
(ChannelGroupFuture future) Invoked when all I/O operations associated with theChannelGroupFuture
have been completed.
-
Method Details
-
operationComplete
Invoked when all I/O operations associated with theChannelGroupFuture
have been completed.- Parameters:
future
- The sourceChannelGroupFuture
which called this callback.- Throws:
Exception
-