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/TurnControl.html | 329 +++++++++++++++++++++++++++++++++ 1 file changed, 329 insertions(+) create mode 100644 doc/jrummikub/control/TurnControl.html (limited to 'doc/jrummikub/control/TurnControl.html') diff --git a/doc/jrummikub/control/TurnControl.html b/doc/jrummikub/control/TurnControl.html new file mode 100644 index 0000000..465384f --- /dev/null +++ b/doc/jrummikub/control/TurnControl.html @@ -0,0 +1,329 @@ + + + + + + +TurnControl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +jrummikub.control +
+Class TurnControl

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

+Controller for a single turn made by a human player +

+ +

+


+ +

+ + + + + + + + + + + +
+Nested Class Summary
+(package private) static classTurnControl.HandStonePositionComparator + +
+           
+  + + + + + + + + + + + + + +
+Constructor Summary
TurnControl(IHand hand, + ITable table, + IView view) + +
+          Create a new TurnControl using a given hand (of the active player), a given + table and a given view for user interaction.
TurnControl(IHand hand, + ITable table, + IView view, + ITurnTimer testTimer) + +
+          Test only constructor
+  + + + + + + + + + + + + + + + +
+Method Summary
+ IEventgetEndOfTurnEvent() + +
+          Get the event that is emitted when the turn is over
+ voidstartTurn() + +
+          Start the turn
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+TurnControl

+
+public TurnControl(IHand hand,
+                   ITable table,
+                   IView view)
+
+
Create a new TurnControl using a given hand (of the active player), a given + table and a given view for user interaction. +

+

+
Parameters:
hand - active player's hand
table - current table
view - view for user interaction.
+
+
+ +

+TurnControl

+
+TurnControl(IHand hand,
+            ITable table,
+            IView view,
+            ITurnTimer testTimer)
+
+
Test only constructor +

+

+ + + + + + + + +
+Method Detail
+ +

+startTurn

+
+public void startTurn()
+
+
Start the turn +

+

+
+
+
+
+ +

+getEndOfTurnEvent

+
+public IEvent getEndOfTurnEvent()
+
+
Get the event that is emitted when the turn is over +

+

+ +
Returns:
end of turn event
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3