com.evolution.player.core.media
Interface IWritableScoreBoard.IScoreListener

Enclosing interface:
IWritableScoreBoard

public static interface IWritableScoreBoard.IScoreListener

A score listener is notified about score changes in a IWritableScoreBoard.


Method Summary
 void scored(MediaId id, IScoreBoard.Score score)
          The score changed for the media with the given id to score.
 

Method Detail

scored

void scored(MediaId id,
            IScoreBoard.Score score)
The score changed for the media with the given id to score.

Parameters:
id - the id of the changed media
score - the new score or null if the score was removed