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