public interface InteractiveMode
| Modifier and Type | Method and Description |
|---|---|
InteractiveModeConsole |
getConsole()
Returns the console.
|
ExceptionHandler |
getExceptionHandler()
Returns the exception handler.
|
boolean |
isRunning()
Returns
true if this interactive mode is running the loop. |
void |
loop()
The interactive mode loop.
|
void |
setExceptionHandler(ExceptionHandler exceptionHandler)
Sets the exception handler.
|
void loop()
boolean isRunning()
true if this interactive mode is running the loop.true if this interactive mode is running the loop.InteractiveModeConsole getConsole()
void setExceptionHandler(ExceptionHandler exceptionHandler)
exceptionHandler - the exception handler.ExceptionHandler getExceptionHandler()
Copyright © 2016–2017 Softelnet. All rights reserved.