public interface TextRemoteControl extends RemoteControl
Modifier and Type | Method and Description |
---|---|
String |
readLine()
Returns the next line entered by the user.
|
void |
writeLine(String string)
Writes a line to the output that is to made visible to the user.
|
getSongContext, setSongContext
String readLine()
void writeLine(String string)
string
- the string to write