|
XNIO API 3.0.7.GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the channel typepublic interface ChannelListener<T extends Channel>
A listener for channel events. Possible channel events include: channel readable, channel writable, channel opened, channel closed, channel bound, channel unbound.
| Nested Class Summary | |
|---|---|
static interface |
ChannelListener.Setter<T extends Channel>
A setter for a channel listener. |
static class |
ChannelListener.SimpleSetter<T extends Channel>
A simple implementation of ChannelListener.Setter. |
| Method Summary | |
|---|---|
void |
handleEvent(T channel)
Handle the event on this channel. |
| Method Detail |
|---|
void handleEvent(T channel)
channel - the channel event
|
XNIO API 3.0.7.GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||