public interface SessionListener extends EventListener
| Modifier and Type | Interface and Description |
|---|---|
static class |
SessionListener.Event |
| Modifier and Type | Method and Description |
|---|---|
void |
sessionClosed(Session session)
A session has been closed
|
void |
sessionCreated(Session session)
A new session just been created
|
void |
sessionEvent(Session session,
SessionListener.Event event)
An event has been triggered
|
void sessionCreated(Session session)
session - The created Sessionvoid sessionEvent(Session session, SessionListener.Event event)
session - The referenced Sessionevent - The generated SessionListener.EventCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.