Interface Session.ValueListener
- All Known Implementing Classes:
 SessionAuthentication
- Enclosing interface:
 Session
public static interface Session.ValueListener
Listener interface that if implemented by a session attribute value, will be notified of
session value events.
- 
Method Summary
Modifier and TypeMethodDescriptiondefault voidonSessionActivation(Session session) default voidonSessionAttributeUpdate(Session session, String name, Object oldValue, Object newValue) default voidonSessionPassivation(Session session)  
- 
Method Details
- 
onSessionAttributeUpdate
 - 
onSessionActivation
 - 
onSessionPassivation
 
 -