Interface ConcurrencyClient.SessionsListener
- Enclosing class:
- ConcurrencyClient
public static interface ConcurrencyClient.SessionsListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onGetActiveSessions
(ArrayList<ConcurrencySession> sessionsList) Called when a request to get the active sessions is made.
-
Method Details
-
onGetActiveSessions
Called when a request to get the active sessions is made.- Parameters:
sessionsList
-
-