public interface ShellProcess
Modifier and Type | Method and Description |
---|---|
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.
|
void execute(ShellProcessContext processContext) throws IllegalStateException
ShellProcessContext.end(ShellResponse)
method.processContext
- the process contextIllegalStateException
- if the process is already executing or has been executedKeyHandler getKeyHandler() throws IllegalStateException
IllegalStateException
void cancel() throws IllegalStateException
ShellProcessContext.end(ShellResponse)
method.IllegalStateException
- if the execution has not yet startedCopyright © 2015 eXo Platform SAS. All Rights Reserved.