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 diGameViewFactoryimpiegata per ottenere istanze diConsoleGameView.- Author:
- Francesco Pio Stelluti, Francesco Coppola
-
-
Constructor Summary
Constructors Constructor Description ConsoleGameViewFactory()
-
Method Summary
Modifier and Type Method Description GameViewgetGameView()Ottenimento di un'istanza di una vistaGameView.
-
-
-
Method Detail
-
getGameView
public GameView getGameView()
Description copied from interface:GameViewFactoryOttenimento di un'istanza di una vistaGameView.- Specified by:
getGameViewin interfaceGameViewFactory
-
-