Interface Session.WebAuthStatusChangeEvent
- 
- Enclosing interface:
 - Session
 
public static interface Session.WebAuthStatusChangeEventSent on theSession'sEventBuswhen the user'sWebAuthStatuschanges. This will not be sent if the user no longer has access since all pages will be force-closed.The provided
WebAuthStatus.Diffmay be used to determine precisely which parts of the user'sWebAuthStatushas changed- See Also:
 Session.getEventBus()
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAuthStatus.DiffgetDiff() 
 - 
 
- 
- 
Method Detail
- 
getDiff
WebAuthStatus.Diff getDiff()
- Returns:
 - the 
WebAuthStatus.Diffassociated with this event 
 
 - 
 
 -