Class ConsoleGameViewFactory

  • All Implemented Interfaces:
    GameViewFactory

    public class ConsoleGameViewFactory
    extends java.lang.Object
    implements GameViewFactory
    Classe factory estensione di GameViewFactory impiegata per ottenere istanze di ConsoleGameView.
    Author:
    Francesco Pio Stelluti, Francesco Coppola
    • Method Summary

      Modifier and Type Method Description
      GameView getGameView()
      Ottenimento di un'istanza di una vista GameView.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConsoleGameViewFactory

        public ConsoleGameViewFactory()