|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Score recording interface
Method Summary | |
Score |
getScore()
Get this user's current score for this session in the first or only score table. |
Score |
getScore(int table)
Get this user's current score for this session from a particular table. |
void |
setScore(int score)
Set this user's score for this session in the first or only score table. |
void |
setScore(int score,
java.util.Date whenAchieved)
Set this user's score for this session in the first or only score table. |
void |
setScore(int table,
int score)
Set this user's score for this session in a particular table. |
void |
setScore(int table,
int score,
java.util.Date whenAchieved)
Set this user's score for this session in a particular table. |
Method Detail |
public Score getScore()
public Score getScore(int table)
table
- Score table from which to get the score.public void setScore(int score)
score
- The score to be recorded.public void setScore(int score, java.util.Date whenAchieved)
score
- The score to be recorded.whenAchieved
- When the score was achieved.public void setScore(int table, int score)
table
- Score table in which to set this score.score
- The score to be recorded.public void setScore(int table, int score, java.util.Date whenAchieved)
table
- Score table in which to set this score.score
- The score to be recorded.whenAchieved
- When the score was achieved.
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |