public interface FRLifecycleListener
| Modifier and Type | Method and Description |
|---|---|
void |
onCookiesUpdated(java.util.Collection<java.lang.String> cookies)
Interface definition for a listener to be invoked when the cookies changed.
|
void |
onLogout()
Interface definition for a listener to be invoked when the logout.
|
void |
onSSOTokenUpdated(SSOToken ssoToken)
Interface definition for a listener to be invoked when the
SSOToken changed. |
void onSSOTokenUpdated(SSOToken ssoToken)
SSOToken changed.ssoToken - The updated SSOTokenvoid onCookiesUpdated(java.util.Collection<java.lang.String> cookies)
cookies - The updated Cookiesvoid onLogout()