Package it.polimi.ingsw.Client.View
Class TerminalAbstraction
java.lang.Object
it.polimi.ingsw.Client.View.TerminalAbstraction
Terminal View Abstraction
-
Field Summary
Modifier and TypeFieldDescriptionprivate final BufferedReader
Terminal Input Streamprivate final PrintWriter
Terminal Output Stream -
Constructor Summary
ConstructorDescriptionTerminalAbstraction
(BufferedReader terminalInput, PrintWriter terminalOutput) Construction of the view abstraction -
Method Summary
Modifier and TypeMethodDescriptionvoid
Prints Common Goal Cards description
-
Field Details
-
terminalInput
Terminal Input Stream -
terminalOutput
Terminal Output Stream
-
-
Constructor Details
-
TerminalAbstraction
Construction of the view abstraction- Parameters:
terminalInput
- streamterminalOutput
- stream
-
-
Method Details
-
printCGC
Prints Common Goal Cards description- Parameters:
c1
- firstc2
- second- Throws:
RemoteException
- related to RMI
-