Interface ConcurrencyClient.SessionsListener
-
- Enclosing class:
- ConcurrencyClient
public static interface ConcurrencyClient.SessionsListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonGetActiveSessions(java.util.ArrayList<ConcurrencySession> sessionsList)Called when a request to get the active sessions is made.
-
-
-
Method Detail
-
onGetActiveSessions
void onGetActiveSessions(java.util.ArrayList<ConcurrencySession> sessionsList)
Called when a request to get the active sessions is made.- Parameters:
sessionsList-
-
-