|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MsSessionListener
The class interested in receiving the MsSessionEvent should implement
this interface. When ever there is change in state of MsLink,
instance of MsLinkEvent is fired.
| Method Summary | |
|---|---|
void |
sessionActive(MsSessionEvent evt)
Indicates that the state of the MsSession object has
changed to MsSession.ACTIVE. |
void |
sessionCreated(MsSessionEvent evt)
Indicates that the state of the MsSession object has
changed to MsSessionState.IDLE. |
void |
sessionInvalid(MsSessionEvent evt)
Indicates that the state of the MsSession object has
changed to MsSession.INVALID. |
| Method Detail |
|---|
void sessionCreated(MsSessionEvent evt)
MsSession object has
changed to MsSessionState.IDLE. This is when the
MsSession is created
param evt the MsSessionEvent with eventID
MsSessionEventID.SESSION_IDLE.
void sessionActive(MsSessionEvent evt)
MsSession object has
changed to MsSession.ACTIVE.
param evt the MsSessionEvent with eventID
MsSessionEventID.SESSION_ACTIVE.
void sessionInvalid(MsSessionEvent evt)
MsSession object has
changed to MsSession.INVALID.
param evt the MsSessionEvent with eventID
MsSessionEventID.SESSION_INVALID.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||