|
Betty v1.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BetModel
The definition of a bet processing model.
Method Summary | |
---|---|
int |
getNbBets()
Returns the number of bets expected per event. |
void |
processEventBets(LocalEvent dbEvent)
Processes all bets in the specified event. |
Methods inherited from interface christophedelory.betty.model.Model |
---|
setParameters |
Method Detail |
---|
int getNbBets()
void processEventBets(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.LocalBet.setScore(int)
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |