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(String input)
This method is called by the web component to post the user input 
 | 
TextTerminalData getTextTerminalData()
void postUserInput(String input)