public class CloseEvent extends Object implements Event
Constructor and Description |
---|
CloseEvent(IoSession session) |
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 CloseEvent(IoSession session)
public IoSession getSession()
getSession
in interface Event
public void visit(EventVisitor visitor)
Event
Copyright © 2009–2013 Apache MINA Project. All rights reserved.