Uses of Interface
lab1.IGameFactory

Uses of IGameFactory in lab1
 

Classes in lab1 that implement IGameFactory
 class GameFactory
          Factory class for available games.
 

Constructors in lab1 with parameters of type IGameFactory
GUIView(IGameFactory factory)
          Create a new GUIView.