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/util/IListener2.html | 217 +++++++++++++++++++++++++++++++++++++ 1 file changed, 217 insertions(+) create mode 100644 doc/jrummikub/util/IListener2.html (limited to 'doc/jrummikub/util/IListener2.html') diff --git a/doc/jrummikub/util/IListener2.html b/doc/jrummikub/util/IListener2.html new file mode 100644 index 0000000..62dd420 --- /dev/null +++ b/doc/jrummikub/util/IListener2.html @@ -0,0 +1,217 @@ + + + + + + +IListener2 + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +jrummikub.util +
+Interface IListener2<T1,T2>

+
+
Type Parameters:
T1 - type of the first event parameter
T2 - type of the first event parameter
+
+
+
public interface IListener2<T1,T2>
+ + +

+Interface for classes that can receive parameterless events having a two + parameters +

+ +

+


+ +

+ + + + + + + + + + + + +
+Method Summary
+ voidhandle(T1 value1, + T2 value2) + +
+          This method is called whenever a class we're listening to emits an event
+  +

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

+handle

+
+void handle(T1 value1,
+            T2 value2)
+
+
This method is called whenever a class we're listening to emits an event +

+

+
Parameters:
value1 - the first event parameter
value2 - the second event parameter
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3