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