class AeshConsoleImpl.AeshConsoleCallbackImpl extends AeshConsoleCallback
| Modifier and Type | Field and Description |
|---|---|
private AeshConsoleImpl |
console |
private CommandResult |
result |
| Constructor and Description |
|---|
AeshConsoleCallbackImpl(AeshConsoleImpl aeshConsole) |
| Modifier and Type | Method and Description |
|---|---|
int |
execute(ConsoleOperation output)
Will be executed when a return is pressed
|
getInput, getInputLine, setProcessprivate final AeshConsoleImpl console
private CommandResult result
AeshConsoleCallbackImpl(AeshConsoleImpl aeshConsole)
public int execute(ConsoleOperation output) throws java.lang.InterruptedException
ConsoleCallbackoutput - the consoleOperationjava.lang.InterruptedException