|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CommandExecutionCallbackHandler
Handler for callbacks from the host session.
| Method Summary | |
|---|---|
void |
handleErrorLine(java.lang.String line)
Invoked when an executed command generated a line of error (stderr). |
void |
handleOutput(char c)
Invoked when an executed command generates a character of output (stdout). |
void |
handleOutputLine(java.lang.String line)
Invoked when an executed command generated a line of output (stdout). |
| Method Detail |
|---|
void handleOutput(char c)
c - the character of output generated.void handleOutputLine(java.lang.String line)
line - the line of output generated.void handleErrorLine(java.lang.String line)
line - the line of output generated.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||