|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Observer of SessionManager, is notified when Sessions
are created and disposing.
| Method Summary | |
void |
onSessionCreate(Session session)
This method is called by the SessionManager when a session
is created. |
void |
onSessionDispose(Session session)
This method is called by the SessionManager before a session
is disposed.
|
| Method Detail |
public void onSessionCreate(Session session)
SessionManager when a session
is created.
session - the session that has been createdpublic void onSessionDispose(Session session)
SessionManager before a session
is disposed.
Note: Any threads or asynchronous calls started must be completed before this method returns.
session - the session that will be disposed
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||