Uses of Class
org.teamapps.uisession.SessionClosingReason
-
Packages that use SessionClosingReason Package Description org.teamapps.uisession -
-
Uses of SessionClosingReason in org.teamapps.uisession
Methods in org.teamapps.uisession that return SessionClosingReason Modifier and Type Method Description static SessionClosingReasonSessionClosingReason. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SessionClosingReason[]SessionClosingReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.uisession with parameters of type SessionClosingReason Modifier and Type Method Description voidTeamAppsUiSessionManager. closeSession(QualifiedUiSessionId sessionId, SessionClosingReason reason)voidUiSessionListener. onUiSessionClosed(QualifiedUiSessionId sessionId, SessionClosingReason reason)
-