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