summaryrefslogtreecommitdiffstats
path: root/src/jrummikub/view/IScorePanel.java
diff options
context:
space:
mode:
authorIda Massow <massow@informatik.uni-luebeck.de>2011-05-29 18:42:36 +0200
committerIda Massow <massow@informatik.uni-luebeck.de>2011-05-29 18:42:36 +0200
commit05107f6035e93d8fe37de0b6beb627b11a05b87b (patch)
tree4cc4218db5457c3b7f8f95755c9a96ab833787de /src/jrummikub/view/IScorePanel.java
parent9cf3dc09ae319b6e627a4c52923bbc325137ef34 (diff)
downloadJRummikub-05107f6035e93d8fe37de0b6beb627b11a05b87b.tar
JRummikub-05107f6035e93d8fe37de0b6beb627b11a05b87b.zip
Rauskommen ist in der View zu sehen, genauso wie Farben
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@299 72836036-5685-4462-b002-a69064685172
Diffstat (limited to 'src/jrummikub/view/IScorePanel.java')
-rw-r--r--src/jrummikub/view/IScorePanel.java15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/jrummikub/view/IScorePanel.java b/src/jrummikub/view/IScorePanel.java
index be0b912..22e27fe 100644
--- a/src/jrummikub/view/IScorePanel.java
+++ b/src/jrummikub/view/IScorePanel.java
@@ -10,24 +10,27 @@ public interface IScorePanel {
/**
* Sets the scores of the played rounds
*
- * @param scores the round scores
+ * @param scores
+ * the round scores
*/
public void setScores(Iterable<Score> scores);
-
+
/**
* Sets the accumulated scores to display
*
- * @param accumulatedScore the accumulated score
+ * @param accumulatedScore
+ * the accumulated score
*/
public void setAccumulatedScore(Score accumulatedScore);
-
+
/**
* Sets the player list to display
*
- * @param players the player list
+ * @param players
+ * the player list
*/
void setPlayers(Iterable<PlayerSettings> players);
-
+
/**
* Updates the score display
*/