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

+ +jrummikub.control +
+Class TurnTimer

+
+java.lang.Object
+  extended by jrummikub.control.TurnTimer
+
+
+
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, ITurnTimer
+
+
+
+
public class TurnTimer
extends java.lang.Object
implements java.awt.event.ActionListener, ITurnTimer
+ + +

+Count-down timer used to limit the turn time +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
TurnTimer(IView view) + +
+          Create a new timer using a given view to display the current time left
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidactionPerformed(java.awt.event.ActionEvent arg0) + +
+           
+ IEventgetTimeRunOutEvent() + +
+          Returns the event that is emitted if the timer timed out.
+ voidstartTimer() + +
+          Starts the timer
+ voidstopTimer() + +
+          Stops the timer.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+TurnTimer

+
+public TurnTimer(IView view)
+
+
Create a new timer using a given view to display the current time left +

+

+
Parameters:
view - view to display
+
+ + + + + + + + +
+Method Detail
+ +

+startTimer

+
+public void startTimer()
+
+
Description copied from interface: ITurnTimer
+
Starts the timer +

+

+
Specified by:
startTimer in interface ITurnTimer
+
+
+
+
+
+
+ +

+stopTimer

+
+public void stopTimer()
+
+
Description copied from interface: ITurnTimer
+
Stops the timer. Stopping an already stopped timer is a no-op. +

+

+
Specified by:
stopTimer in interface ITurnTimer
+
+
+
+
+
+
+ +

+actionPerformed

+
+public void actionPerformed(java.awt.event.ActionEvent arg0)
+
+
+
Specified by:
actionPerformed in interface java.awt.event.ActionListener
+
+
+
+
+
+
+ +

+getTimeRunOutEvent

+
+public IEvent getTimeRunOutEvent()
+
+
Description copied from interface: ITurnTimer
+
Returns the event that is emitted if the timer timed out. +

+

+
Specified by:
getTimeRunOutEvent in interface ITurnTimer
+
+
+ +
Returns:
time out event
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3