public interface SessionStateListener
| Modifier and Type | Method and Description |
|---|---|
void |
onStateChange(SessionState newState,
SessionState oldState,
Object source)
Raised when the session state changed.
|
void onStateChange(SessionState newState, SessionState oldState, Object source)
newState - is the new state.oldState - is the old state.source - is source of changed state.