From 6ffc2c38a2bf5b3a3e52eabb99977dfeabadbd81 Mon Sep 17 00:00:00 2001 From: Ida Massow Date: Sat, 18 Jun 2011 17:41:43 +0200 Subject: Kommentare git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@467 72836036-5685-4462-b002-a69064685172 --- src/jrummikub/view/IView.java | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/jrummikub/view/IView.java') diff --git a/src/jrummikub/view/IView.java b/src/jrummikub/view/IView.java index 61925fe..b84e366 100644 --- a/src/jrummikub/view/IView.java +++ b/src/jrummikub/view/IView.java @@ -254,10 +254,24 @@ public interface IView { WIN_PANEL } + /** + * Is set if a player tried to lay out less than initial meld threshold + * + * @param points + * initial meld threshold + */ void setInitialMeldError(int points); + /** + * Show stone collection + * + * @param enable + */ void setStoneCollectionHidden(boolean enable); + /** + * Is set if the player tried to modify the table without laying out first + */ void setInitialMeldFirstError(); } -- cgit v1.2.3