public class PausedSessionState extends SessionClientState
client| Constructor and Description |
|---|
PausedSessionState(DefaultSessionClient client) |
| Modifier and Type | Method and Description |
|---|---|
void |
pause()
If the session is already paused, ignore more pauses.
|
void |
resume()
If the session has been paused for less than the specified time, re-activate it.
|
void |
start()
If the session is paused, fully stop it ant start a new one.
|
void |
stop()
If the session is paused, bring it to a full stop.
|
executePause, executeResume, executeStart, executeStoppublic PausedSessionState(DefaultSessionClient client)
public void resume()
resume in class SessionClientStatepublic void pause()
pause in class SessionClientStatepublic void start()
start in class SessionClientStatepublic void stop()
stop in class SessionClientState