|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ShellProcess
A shell process.
| Method Summary | |
|---|---|
void |
cancel()
Signals the process it should be cancelled. |
void |
execute(ShellProcessContext processContext)
Begin the process. |
KeyHandler |
getKeyHandler()
Returns the key handler or null if the process won't handle key events. |
| Method Detail |
|---|
void execute(ShellProcessContext processContext)
throws IllegalStateException
ShellProcessContext.end(ShellResponse) method.
processContext - the process context
IllegalStateException - if the process is already executing or has been executed
KeyHandler getKeyHandler()
throws IllegalStateException
IllegalStateException
void cancel()
throws IllegalStateException
ShellProcessContext.end(ShellResponse) method.
IllegalStateException - if the execution has not yet started
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||