public interface DataApi
Modifier and Type | Method and Description |
---|---|
TextTerminalData |
getTextTerminalData()
This method is called by the web component while polling for data
|
void |
postUserInput(java.lang.String input)
This method is called by the web component to post the user input
|
void |
postUserInterrupt(java.lang.String partialInput)
This method is called by the web component in response to a user interrupt (typically triggered by typing Ctrl+Q).
|
TextTerminalData getTextTerminalData()
void postUserInput(java.lang.String input)
void postUserInterrupt(java.lang.String partialInput)
partialInput
- the partially entered input when the user interrupt occurred.