|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlecturequiz.server.service.GameStatus
public class GameStatus
Holds the status information of a game The player count is an array as it lists the number of players for all teams The first team is index 0 of the array, the next 1 and so on.
Field Summary | |
---|---|
int |
currentQuestion
|
java.util.ArrayList<java.lang.Integer> |
playerCount
|
int |
questionCount
|
java.lang.String |
quizCode
|
Constructor Summary | |
---|---|
GameStatus()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String quizCode
public java.util.ArrayList<java.lang.Integer> playerCount
public int currentQuestion
public int questionCount
Constructor Detail |
---|
public GameStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |