C
- the channel typepublic static class AcceptListenerSettable.Setter<C extends Channel> extends Object implements ChannelListener.Setter<C>
Constructor and Description |
---|
AcceptListenerSettable.Setter(AcceptListenerSettable<C> settable)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
set(ChannelListener<? super C> listener)
Set the listener, or
null to ignore the associated event type. |
public AcceptListenerSettable.Setter(AcceptListenerSettable<C> settable)
settable
- the settable to delegate topublic void set(ChannelListener<? super C> listener)
ChannelListener.Setter
null
to ignore the associated event type.set
in interface ChannelListener.Setter<C extends Channel>
listener
- the new listenerCopyright © 2015. All rights reserved.