From 51b7fbe822bd9a3804c061f0b844884769d7ddba Mon Sep 17 00:00:00 2001 From: Ida Massow Date: Wed, 6 Jul 2011 16:36:06 +0200 Subject: Javadoc git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@609 72836036-5685-4462-b002-a69064685172 --- doc/jrummikub/util/class-use/IEvent2.html | 170 +++++++++++++++++++++++++++++- 1 file changed, 166 insertions(+), 4 deletions(-) (limited to 'doc/jrummikub/util/class-use/IEvent2.html') diff --git a/doc/jrummikub/util/class-use/IEvent2.html b/doc/jrummikub/util/class-use/IEvent2.html index 45fc983..e663aac 100644 --- a/doc/jrummikub/util/class-use/IEvent2.html +++ b/doc/jrummikub/util/class-use/IEvent2.html @@ -2,12 +2,12 @@ - + Uses of Interface jrummikub.util.IEvent2 - + @@ -90,6 +90,14 @@ function windowTitle() Packages that use IEvent2 +jrummikub.control.network +   + + +jrummikub.control.turn +   + + jrummikub.util    @@ -97,6 +105,92 @@ Packages that use jrummikub.view    + +jrummikub.view.impl +   + + +  +

+ + + + + +
+Uses of IEvent2 in jrummikub.control.network
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in jrummikub.control.network that return IEvent2
+ IEvent2<java.lang.String,java.awt.Color>ConnectionControl.getChangeColorEvent() + +
+           
+ IEvent2<java.lang.String,java.awt.Color>IConnectionControl.getChangeColorEvent() + +
+           
+ IEvent2<IRoundState,RoundControl.InvalidTurnInfo>ConnectionControl.getTurnEndEvent() + +
+           
+ IEvent2<IRoundState,RoundControl.InvalidTurnInfo>IConnectionControl.getTurnEndEvent() + +
+           
+  +

+ + + + + +
+Uses of IEvent2 in jrummikub.control.turn
+  +

+ + + + + + + + + + + + +
Methods in jrummikub.control.turn that return IEvent2
+ IEvent2<IRoundState,RoundControl.InvalidTurnInfo>AbstractTurnControl.getEndOfTurnEvent() + +
+           
+ IEvent2<IRoundState,RoundControl.InvalidTurnInfo>ITurnControl.getEndOfTurnEvent() + +
+          Get the event that is emitted when the turn is over
 

@@ -141,12 +235,39 @@ Uses of + IEvent2<java.lang.Integer,java.awt.Color> +ISettingsPanel.getChangePlayerColorEvent() + +
+          The change player color event is emitted when the user wants change a + player's color + + + + IEvent2<java.lang.Integer,java.lang.String> +ISettingsPanel.getChangePlayerNameEvent() + +
+          The change player color event is emitted when the user wants change a + player's name + + + + IEvent2<java.lang.Integer,PlayerSettings.Type> +ISettingsPanel.getChangePlayerTypeEvent() + +
+          The change player color event is emitted when the user wants change a + player's type + + +  IEvent2<Stone,java.lang.Boolean> IStonePanel.getRangeClickEvent()
          the range click event is emitted when the player clicks on the table/hand/ - etc. + etc. and wants to select a range instead of a single stone @@ -155,7 +276,7 @@ Uses of @@ -168,6 +289,47 @@ Uses of + + + + +
+Uses of IEvent2 in jrummikub.view.impl
+  +

+ + + + + + + + + + + + + + + + + +
Methods in jrummikub.view.impl that return IEvent2
+ IEvent2<java.lang.Integer,java.awt.Color>SettingsPanel.getChangePlayerColorEvent() + +
+           
+ IEvent2<java.lang.Integer,java.lang.String>SettingsPanel.getChangePlayerNameEvent() + +
+           
+ IEvent2<java.lang.Integer,PlayerSettings.Type>SettingsPanel.getChangePlayerTypeEvent() + +
+           
+  +


-- cgit v1.2.3