- Type Parameters:
T- the channel type
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
ChainedChannelListener,DelegatingChannelListener
A listener for channel events. Possible channel events include: channel readable, channel writable, channel
opened, channel closed, channel bound, channel unbound.
- Since:
- 2.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceChannelListener.Setter<T extends Channel>A setter for a channel listener.static classChannelListener.SimpleSetter<T extends Channel>A simple implementation ofChannelListener.Setter. -
Method Summary
-
Method Details
-
handleEvent
Handle the event on this channel.- Parameters:
channel- the channel event
-