T
- the channel typepublic interface ChannelListener<T extends Channel> extends EventListener
Modifier and Type | Interface and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(T channel)
Handle the event on this channel.
|
void handleEvent(T channel)
channel
- the channel eventCopyright © 2021 JBoss by Red Hat. All rights reserved.