|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SessionInterface
Method Summary | |
---|---|
void |
onSessionCreated(java.lang.String sessionId,
SessionInformation si,
SessionReaderInterface reader)
Invoked after the session was created. |
void |
onSessionLogin(java.lang.String sessionId,
SessionInformation si)
Invoked after used logged into current session successfully. |
void |
onSessionTerminated(java.lang.String sessoinId,
SessionReaderInterface reader)
Invoked the session is terminated |
Method Detail |
---|
void onSessionCreated(java.lang.String sessionId, SessionInformation si, SessionReaderInterface reader)
sessionId
- si
- Session informatoinreader
- SessionReaderInterface
,
SessionInformation
void onSessionLogin(java.lang.String sessionId, SessionInformation si)
sessionId
- si
- current session informationSessionInformation
void onSessionTerminated(java.lang.String sessoinId, SessionReaderInterface reader)
sessoinId
- reader
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |