From 670fcf2613f6db2a4bfdaa91ac9d90001a90359e Mon Sep 17 00:00:00 2001 From: Ida Massow Date: Tue, 10 May 2011 16:59:40 +0200 Subject: docs fertig und vorher repariert git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@232 72836036-5685-4462-b002-a69064685172 --- doc/jrummikub/control/GameControl.html | 262 +++++++++++++++++++++++++++++++++ 1 file changed, 262 insertions(+) create mode 100644 doc/jrummikub/control/GameControl.html (limited to 'doc/jrummikub/control/GameControl.html') diff --git a/doc/jrummikub/control/GameControl.html b/doc/jrummikub/control/GameControl.html new file mode 100644 index 0000000..31d6456 --- /dev/null +++ b/doc/jrummikub/control/GameControl.html @@ -0,0 +1,262 @@ + + + + + + +GameControl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +jrummikub.control +
+Class GameControl

+
+java.lang.Object
+  extended by jrummikub.control.GameControl
+
+
+
+
public class GameControl
extends java.lang.Object
+ + +

+Controls a Game, at some point including all Rounds, starts new Rounds +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
GameControl(IView view) + +
+          Constructor
+  + + + + + + + + + + + +
+Method Summary
+ voidstartGame() + +
+          Game gets started by initializing the first Round
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+GameControl

+
+public GameControl(IView view)
+
+
Constructor +

+

+
Parameters:
view - the view
+
+ + + + + + + + +
+Method Detail
+ +

+startGame

+
+public void startGame()
+
+
Game gets started by initializing the first Round +

+

+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3