java.util.EventListenerpublic interface SessionListener
extends java.util.EventListener
Created: 2017. 6. 25.
| Modifier and Type | Method | Description |
|---|---|---|
void |
sessionCreated(Session session) |
Receives notification that a session has been created.
|
void |
sessionDestroyed(Session session) |
Receives notification that a session is about to be invalidated.
|
void sessionCreated(Session session)
session - the basic sessionvoid sessionDestroyed(Session session)
session - the basic sessionCopyright © 2008–2018 The Aspectran Project. All rights reserved.