JavaScript is disabled on your browser.
XNIO Parent POM 3.0.0.CR5
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Type Parameters: T
- the channel type
All Known Implementing Classes:
ChannelListener.SimpleSetter
Enclosing interface:
ChannelListener <T extends Channel >
public static interface ChannelListener.Setter<T extends Channel >
A setter for a channel listener. The indirection is necessary
because while covariance is supported on return types, contravariance is not supported on parameters.
Since:
2.0
Method Summary
Methods
Modifier and Type
Method and Description
void
set (ChannelListener <? super T > listener)
Set the listener, or null
to ignore the associated event type.
Method Detail
set
void set(ChannelListener <? super T > listener)
Set the listener, or null
to ignore the associated event type.
Parameters: listener
- the new listener
XNIO Parent POM 3.0.0.CR5
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2012 JBoss, a division of Red Hat, Inc. . All Rights Reserved.