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/view/IClickable.html | 221 +++++++++++++++++++++++++++++++++++++ 1 file changed, 221 insertions(+) create mode 100644 doc/jrummikub/view/IClickable.html (limited to 'doc/jrummikub/view/IClickable.html') diff --git a/doc/jrummikub/view/IClickable.html b/doc/jrummikub/view/IClickable.html new file mode 100644 index 0000000..10878fc --- /dev/null +++ b/doc/jrummikub/view/IClickable.html @@ -0,0 +1,221 @@ + + + + + + +IClickable + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +jrummikub.view +
+Interface IClickable

+
+
All Known Subinterfaces:
IHandPanel, ITablePanel
+
+
+
All Known Implementing Classes:
AbstractStonePanel, HandPanel, StoneCollectionPanel, TablePanel
+
+
+
+
public interface IClickable
+ + +

+An interface for view elements that can emit click events +

+ +

+


+ +

+ + + + + + + + + + + + +
+Method Summary
+ IEvent1<Position>getClickEvent() + +
+          the click event is emitted when the player clicks on the table/hand/etc.
+  +

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

+getClickEvent

+
+IEvent1<Position> getClickEvent()
+
+
the click event is emitted when the player clicks on the table/hand/etc. +

+

+ +
Returns:
the event; the first parameter is the position of the click in grid + coordinates, the second is true when the player wants to add stones + to his selection instead of replacing them
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3