|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExitCallback
Callback used by the shell to notify the SSH server is has exited
Method Summary | |
---|---|
void |
onExit(int exitValue)
Informs the SSH server that the shell has exited |
void |
onExit(int exitValue,
String exitMessage)
Informs the SSH client/server that the shell has exited |
Method Detail |
---|
void onExit(int exitValue)
exitValue
- the exit valuevoid onExit(int exitValue, String exitMessage)
exitValue
- the exit valueexitMessage
- exit value description
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |