Uses of Class
org.teamapps.uisession.SessionPair
-
Packages that use SessionPair Package Description org.teamapps.uisession org.teamapps.uisession.statistics -
-
Uses of SessionPair in org.teamapps.uisession
Methods in org.teamapps.uisession that return types with arguments of type SessionPair Modifier and Type Method Description java.util.List<SessionPair>TeamAppsSessionManager. getAllSessions() -
Uses of SessionPair in org.teamapps.uisession.statistics
Methods in org.teamapps.uisession.statistics that return types with arguments of type SessionPair Modifier and Type Method Description java.util.List<SessionPair>SessionStatsUpdatedEventData. getAllSessions()Constructor parameters in org.teamapps.uisession.statistics with type arguments of type SessionPair Constructor Description SessionStatsUpdatedEventData(java.util.List<SessionPair> allSessions, java.util.List<UiSessionStats> closedSessionsStatistics)
-