public interface EditingConsole
Modifier and Type | Method and Description |
---|---|
void |
addResponseListener(ResponseListener listener)
Adds the listener
|
void |
addResponseText(String responseText)
Add text that is taken like text typed by user
|
void |
addText(String text)
Adds text to console
|
void |
clear()
Clears console
|
String |
getResponseText()
Gets response text typed by user
|
void |
removeResponseListener(ResponseListener listener)
Removes the listener
|
String getResponseText()
void clear()
void addText(String text)
text
- void addResponseText(String responseText)
responseText
- void addResponseListener(ResponseListener listener)
listener
- void removeResponseListener(ResponseListener listener)
listener
-