summaryrefslogtreecommitdiffstats
path: root/src/jrummikub/view/ISettingsPanel.java
diff options
context:
space:
mode:
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();
/**