lecturequiz.server.gamemodes
Class PlainGameFactory

java.lang.Object
  extended by lecturequiz.server.gamemodes.PlainGameFactory
All Implemented Interfaces:
IGameModeFactory

public class PlainGameFactory
extends java.lang.Object
implements IGameModeFactory


Constructor Summary
PlainGameFactory()
           
 
Method Summary
 AbstractGameMode createInstance(Quiz quiz, java.lang.String quizCode)
           
 java.lang.String getGameModeID()
           
 java.lang.String getGameModeName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlainGameFactory

public PlainGameFactory()
Method Detail

getGameModeID

public java.lang.String getGameModeID()
Specified by:
getGameModeID in interface IGameModeFactory

getGameModeName

public java.lang.String getGameModeName()
Specified by:
getGameModeName in interface IGameModeFactory

createInstance

public AbstractGameMode createInstance(Quiz quiz,
                                       java.lang.String quizCode)
Specified by:
createInstance in interface IGameModeFactory