Uses of Interface
org.jboss.netty.channel.group.ChannelGroupFutureListener
-
Packages that use ChannelGroupFutureListener Package Description org.jboss.netty.channel.group A channel registry which helps a user maintain the list of openChannel
s and perform bulk operations on them. -
-
Uses of ChannelGroupFutureListener in org.jboss.netty.channel.group
Fields in org.jboss.netty.channel.group declared as ChannelGroupFutureListener Modifier and Type Field Description private ChannelGroupFutureListener
DefaultChannelGroupFuture. firstListener
Fields in org.jboss.netty.channel.group with type parameters of type ChannelGroupFutureListener Modifier and Type Field Description private java.util.List<ChannelGroupFutureListener>
DefaultChannelGroupFuture. otherListeners
Methods in org.jboss.netty.channel.group with parameters of type ChannelGroupFutureListener Modifier and Type Method Description void
ChannelGroupFuture. addListener(ChannelGroupFutureListener listener)
Adds the specified listener to this future.void
DefaultChannelGroupFuture. addListener(ChannelGroupFutureListener listener)
private void
DefaultChannelGroupFuture. notifyListener(ChannelGroupFutureListener l)
void
ChannelGroupFuture. removeListener(ChannelGroupFutureListener listener)
Removes the specified listener from this future.void
DefaultChannelGroupFuture. removeListener(ChannelGroupFutureListener listener)
-