public abstract static class ExecutionContext.Java extends ExecutionContext.Native implements ExecutionContext.Interface
Modifier | Constructor and Description |
---|---|
protected |
Java()
Top execution context constructor.
|
protected |
Java(ExecutionContext.Interface CLI_ParentContext)
Top and child execution context constructor.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
onKey(int E_KeyCode)
Handler called on character input.
|
protected abstract boolean |
onStartExecution()
Beginning of execution handler.
|
protected abstract boolean |
onStopExecution()
Execution termination handler.
|
enableStream, getBeep, getInput, getLang, getStream, isRunning, run, run, setBeep, setLang, setStream, stopAllExecutions, stopExecution, streamEnabled, watchResult
createdFromNative, dontFinalize, finalize, forget, getbDoFinalize, getNativeRef, getObject, remember
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enableStream, getBeep, getInput, getLang, getNativeRef, getStream, isRunning, run, run, setBeep, setLang, setStream, stopAllExecutions, stopExecution, streamEnabled, watchResult
protected Java()
protected Java(ExecutionContext.Interface CLI_ParentContext)
CLI_ParentContext
- Parent execution context.protected abstract boolean onStartExecution()
protected abstract void onKey(int E_KeyCode)
E_KeyCode
- Input key.protected abstract boolean onStopExecution()