|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Listener for ProcessHandler
| Method Summary | |
void |
exceptionAction(java.lang.Exception exception)
This method will be called when an exception occurres in the process handler with the exception as argument. |
void |
exitAction(int exitCode)
This method will be called by the process handler when the process exits with the exit code as argument. |
| Method Detail |
public void exitAction(int exitCode)
exitCode - the exit code of the processpublic void exceptionAction(java.lang.Exception exception)
exception - the exception that occured at Process.exec.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||