public interface ISessionLifecycle
| Modifier and Type | Method and Description |
|---|---|
void |
onSessionCreate(Session session)
Invoked after a session is created and its page has been initialized but not yet
materialized.
|
void |
onSessionDestroy(Session session)
Invoked after a session is destroyed (e.g., after its associated web socket has been closed).
|
void onSessionCreate(Session session)
session - The session.void onSessionDestroy(Session session)
session - The session.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.