public class AsyncProcess extends Object implements 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.
|
Status |
getStatus() |
public Status getStatus()
public KeyHandler getKeyHandler()
ShellProcessgetKeyHandler in interface ShellProcesspublic void execute(ShellProcessContext processContext)
ShellProcessShellProcessContext.end(ShellResponse) method.execute in interface ShellProcessprocessContext - the process contextpublic void cancel()
ShellProcessShellProcessContext.end(ShellResponse) method.cancel in interface ShellProcessCopyright © 2015 eXo Platform SAS. All Rights Reserved.