Package | Description |
---|---|
org.apache.mina.common |
Common types required for users to use MINA.
|
org.apache.mina.common.support |
Internal classes used by org.apache.mina.common package.
|
Modifier and Type | Field and Description |
---|---|
static IoFutureListener |
IoFutureListener.CLOSE
|
Modifier and Type | Method and Description |
---|---|
void |
IoFuture.addListener(IoFutureListener listener)
Adds an event listener which is notified when
the state of this future changes.
|
void |
IoFuture.removeListener(IoFutureListener listener)
Removes an existing event listener which is notified when
the state of this future changes.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultIoFuture.addListener(IoFutureListener listener) |
void |
DefaultIoFuture.removeListener(IoFutureListener listener) |
Copyright © 2004–2017 Apache MINA Project. All rights reserved.