|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IoFutureListener | |
| org.apache.mina.common | Common types required for users to use MINA. |
| Uses of IoFutureListener in org.apache.mina.common |
| Fields in org.apache.mina.common declared as IoFutureListener | |
static IoFutureListener |
IoFutureListener.CLOSE
An IoFutureListener that closes the IoSession which is
associated with the specified IoFuture. |
| Methods in org.apache.mina.common with parameters of type IoFutureListener | |
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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||