|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.crsh.shell.impl.async.AsyncProcess
public class AsyncProcess
| 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. |
Status |
getStatus()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Status getStatus()
public KeyHandler getKeyHandler()
ShellProcess
getKeyHandler 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 ShellProcess
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||