public abstract class DelegatingChannelListener<T extends Channel> extends Object implements ChannelListener<T>
ChannelListener.Setter<T extends Channel>, ChannelListener.SimpleSetter<T extends Channel>| Modifier | Constructor and Description |
|---|---|
protected |
DelegatingChannelListener(ChannelListener<? super T> next)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
callNext(T channel)
Call the next listener.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleEventprotected DelegatingChannelListener(ChannelListener<? super T> next)
next - the next listenerprotected void callNext(T channel)
channel - the channel to pass to the next listenerCopyright © 2018 JBoss by Red Hat. All rights reserved.