com.evolution.player.core.media
Interface IScoreBoard

All Known Subinterfaces:
IWritableScoreBoard

public interface IScoreBoard

A score board knows about scores given to medias.

Clients must not implement.

Since:
0.6

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

getScore

IScoreBoard.Score getScore(MediaId id)
The score for the media with the given id, if any.

Parameters:
id - the id of the media to retrieve the score for
Returns:
the score or null if there is no score for the media

getMedias

MediaId[] getMedias()
All medias stored in this score board.

Returns:
all known medias.