summaryrefslogtreecommitdiffstats
path: root/src/jrummikub/view/ISettingsPanel.java
diff options
context:
space:
mode:
authorIda Massow <massow@informatik.uni-luebeck.de>2011-06-21 15:23:29 +0200
committerIda Massow <massow@informatik.uni-luebeck.de>2011-06-21 15:23:29 +0200
commit7899a38fe63a819d405a18e0139cea6ff95aac33 (patch)
tree559c4f4f80f0fad9548bb31673be9e89c70b72c5 /src/jrummikub/view/ISettingsPanel.java
parente4e66240bf864354715f3812f70444d7f7511dd2 (diff)
downloadJRummikub-7899a38fe63a819d405a18e0139cea6ff95aac33.tar
JRummikub-7899a38fe63a819d405a18e0139cea6ff95aac33.zip
Noch mehr Kommentare, z.B. alle Methoden im Model und in der IView
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@547 72836036-5685-4462-b002-a69064685172
Diffstat (limited to 'src/jrummikub/view/ISettingsPanel.java')
-rw-r--r--src/jrummikub/view/ISettingsPanel.java9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/jrummikub/view/ISettingsPanel.java b/src/jrummikub/view/ISettingsPanel.java
index 26f5737..c9df7a6 100644
--- a/src/jrummikub/view/ISettingsPanel.java
+++ b/src/jrummikub/view/ISettingsPanel.java
@@ -231,7 +231,8 @@ public interface ISettingsPanel {
public void setPlayerNamesEditable(List<Boolean> editable);
/**
- * Emitted when a new game is started and looking for players
+ * The offer new game event is emitted when a new game is started and
+ * looking for players
*
* @return the event
*/
@@ -245,6 +246,12 @@ public interface ISettingsPanel {
*/
public void setPlayerColors(Set<Color> colors);
+ /**
+ * The change see hand size event is emitted when the player chooses to see
+ * the other players hand sizes
+ *
+ * @return the event
+ */
public IEvent1<Boolean> getChangeSeeHandSizeEvent();
/**