public static interface SessionProxy.Listener
Modifier and Type | Method and Description |
---|---|
boolean |
onSessionConnected(SessionProxy sessionProxy)
Called when the session is connected.
|
void |
onSessionDisconnected(SessionProxy sessionProxy)
Called when the session is disconnected.
|
@CheckReturnValue boolean onSessionConnected(@Nonnull SessionProxy sessionProxy)
sessionProxy
- The session proxy.void onSessionDisconnected(@Nonnull SessionProxy sessionProxy)
sessionProxy
- The session proxy.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.