Interface InputInterface

All Known Implementing Classes:
JunoTerminal, RemoteConsole

public interface InputInterface

Juno consoles use the same abstract method for input, so it is specified here.


Method Summary
 String readLine(String promptString)
          Read a line (terminated by a newline).
 

Method Detail

readLine

public String readLine(String promptString)
Read a line (terminated by a newline).

Parameters:
promptString - output string to prompt for input
Returns:
the string (without the newline character)