|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SessionListener
Listener for Session.
| Method Summary | |
|---|---|
void |
onSessionActivated(Session session)
Called after the session is activated |
void |
onSessionChanged(Session session)
Called after some change(other than activation/closing) has happened |
void |
onSessionClosed(Session session)
Called after the session is closed |
| Method Detail |
|---|
void onSessionActivated(Session session)
session - the Session that is activatedvoid onSessionChanged(Session session)
session - the Session that has changedvoid onSessionClosed(Session session)
session - the Session that is closed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||