java.util.EventListenerpublic interface SessionActivationListener
extends java.util.EventListener
Created: 2017. 9. 9.
| Modifier and Type | Method | Description |
|---|---|---|
void |
sessionDidActivate(Session session) |
Notification that the session has just been activated.
|
void |
sessionWillPassivate(Session session) |
Notification that the session is about to be passivated.
|
void sessionWillPassivate(Session session)
session - the session to which the object is bound or unboundvoid sessionDidActivate(Session session)
session - the session to which the object is bound or unboundCopyright © 2008–2018 The Aspectran Project. All rights reserved.