|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IScoreBoard
A score board knows about scores given to medias.
Clients must not implement.
Nested Class Summary | |
---|---|
static class |
IScoreBoard.Score
The score. |
Method Summary | |
---|---|
MediaId[] |
getMedias()
All medias stored in this score board. |
IScoreBoard.Score |
getScore(MediaId id)
The score for the media with the given id, if any. |
Method Detail |
---|
IScoreBoard.Score getScore(MediaId id)
id
- the id of the media to retrieve the score for
MediaId[] getMedias()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |