- All Superinterfaces:
- EventListener,- SystemEventListener
Implementors receive notification when the user session changes.
 
This notification is useful for discontinuing a costly animation, or indicating that the user is no longer present on a network service.
Some systems may provide a reason of the user session change.
- Since:
- 9
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionvoidCalled when the user session has been switched to.voidCalled when the user session has been switched away.
- 
Method Details- 
userSessionDeactivatedCalled when the user session has been switched away.- Parameters:
- e- the user session switch event
 
- 
userSessionActivatedCalled when the user session has been switched to.- Parameters:
- e- the user session switch event
 
 
-