Class ConsoleGameViewFactory
- java.lang.Object
-
- it.unicam.cs.pa.mastermind.factories.ConsoleGameViewFactory
-
- All Implemented Interfaces:
GameViewFactory
public class ConsoleGameViewFactory extends java.lang.Object implements GameViewFactory
Classe factory estensione diGameViewFactory
impiegata per ottenere istanze diConsoleGameView
.- Author:
- Francesco Pio Stelluti, Francesco Coppola
-
-
Constructor Summary
Constructors Constructor Description ConsoleGameViewFactory()
-
Method Summary
Modifier and Type Method Description GameView
getGameView()
Ottenimento di un'istanza di una vistaGameView
.
-
-
-
Method Detail
-
getGameView
public GameView getGameView()
Description copied from interface:GameViewFactory
Ottenimento di un'istanza di una vistaGameView
.- Specified by:
getGameView
in interfaceGameViewFactory
-
-