public interface SessionListener
Allows to keep track of opened/closed sessions.
| Modifier and Type | Method and Description |
|---|---|
void |
onSessionClosed(String sessionId)
Invoked when session is closed.
|
void |
onSessionOpened(String sessionId)
Invoked when session is opened.
|
Copyright © 2012-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.