|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MsSessionListener
This interface reports all changes to the MsSession object.
| 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 MsSession.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 MsSession.IDLE. This is when the MsSession is created
param evt the MsSessionEvent with eventID
MsSessionEventEvent.SESSION_IDLE.
void sessionActive(MsSessionEvent evt)
MsSession object has
changed to MsSession.ACTIVE.
param evt the MsSessionEvent with eventID
MsSessionEventEvent.SESSION_ACTIVE.
void sessionInvalid(MsSessionEvent evt)
MsSession object has
changed to MsSession.INVALID.
param evt the MsSessionEvent with eventID
MsSessionEventEvent.SESSION_INVALID.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||