public class MixTapeConsole
extends java.lang.Object
Constructor and Description |
---|
MixTapeConsole(java.io.Reader userInput,
java.io.Writer output)
Constructs the console view of the application.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Display the Textual user interface.
|
public MixTapeConsole(java.io.Reader userInput, java.io.Writer output)
userInput
- a java.io.Reader from which to read the user's input,
usually System.in
output
- a java.io.Writer to which the output is written,
usually System.out