Interface Session.LifeCycleListener
- Enclosing interface:
 Session
public static interface Session.LifeCycleListener
Listener interface that if implemented by a value of an attribute of an enclosing 
Context at start, will be
notified of session lifecycle events.- 
Method Summary
Modifier and TypeMethodDescriptiondefault voidonSessionCreated(Session session) default voidonSessionDestroyed(Session session) default voidonSessionIdChanged(Session session, String oldId)  
- 
Method Details
- 
onSessionIdChanged
 - 
onSessionCreated
 - 
onSessionDestroyed
 
 -