org.jboss.xnio
Interface ChannelListener<T extends Channel>
- Type Parameters:
T - the channel type
- All Superinterfaces:
- EventListener
public interface ChannelListener<T extends Channel>
- extends EventListener
A listener for channel events. Possible channel events include: channel readable, channel writable, channel
opened, channel closed, channel bound, channel unbound.
- Since:
- 2.0
|
Method Summary |
void |
handleEvent(T channel)
Handle the event on this channel. |
handleEvent
void handleEvent(T channel)
- Handle the event on this channel.
- Parameters:
channel - the channel event
Copyright © 2010 JBoss, a division of Red Hat, Inc.