|
Betty v1.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScoreModel
The definition of a score processing model.
Method Summary | |
---|---|
void |
processEventPlayerScores(LocalEvent dbEvent)
Processes all player scores in the specified event. |
Methods inherited from interface christophedelory.betty.model.Model |
---|
setParameters |
Method Detail |
---|
void processEventPlayerScores(LocalEvent dbEvent) throws Exception
dbEvent
- a championship phase's event. Should not be null
.
NullPointerException
- if dbEvent
is null
.
Exception
- if any unexpected error occurs.LocalPlayerScore.setScore(int)
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |