public class SentEvent extends Object implements Event
| Constructor and Description |
|---|
SentEvent(IoSession session,
Object message) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getMessage() |
IoSession |
getSession()
The session of this event.
|
void |
visit(EventVisitor visitor)
Call the visitor method for this kind of event.
|
public IoSession getSession()
getSession in interface Eventpublic Object getMessage()
public void visit(EventVisitor visitor)
EventCopyright © 2009–2013 Apache MINA Project. All rights reserved.