Interface JsrSessionListener
-
- All Known Implementing Classes:
JsrSessionTracker
public interface JsrSessionListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onSessionClosed(JsrSession session)
void
onSessionOpened(JsrSession session)
-
-
-
Method Detail
-
onSessionOpened
void onSessionOpened(JsrSession session)
-
onSessionClosed
void onSessionClosed(JsrSession session)
-
-