Uses of Class
com.evolution.player.core.media.IScoreBoard.Score

Packages that use IScoreBoard.Score
com.evolution.player.core.media   
 

Uses of IScoreBoard.Score in com.evolution.player.core.media
 

Methods in com.evolution.player.core.media that return IScoreBoard.Score
 IScoreBoard.Score IScoreBoard.getScore(MediaId id)
          The score for the media with the given id, if any.
static IScoreBoard.Score IScoreBoard.Score.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IScoreBoard.Score[] IScoreBoard.Score.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.evolution.player.core.media with parameters of type IScoreBoard.Score
 void IWritableScoreBoard.score(MediaId id, IScoreBoard.Score score)
          Score the media with the given id.
 void IWritableScoreBoard.IScoreListener.scored(MediaId id, IScoreBoard.Score score)
          The score changed for the media with the given id to score.