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/IListener2.html | 34 ++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 9 deletions(-) (limited to 'doc/jrummikub/util/class-use/IListener2.html') diff --git a/doc/jrummikub/util/class-use/IListener2.html b/doc/jrummikub/util/class-use/IListener2.html index 5e0d7ec..142038f 100644 --- a/doc/jrummikub/util/class-use/IListener2.html +++ b/doc/jrummikub/util/class-use/IListener2.html @@ -2,12 +2,12 @@ - + Uses of Interface jrummikub.util.IListener2 - + @@ -108,15 +108,23 @@ Uses of -Methods in jrummikub.util with parameters of type IListener2 +Fields in jrummikub.util with type parameters of type IListener2 - Connection -IEvent2.add(IListener2<T1,T2> listener) +private  java.util.HashSet<IListener2<T1,T2>> +Event2.listeners
-          Start to publish all events to a given listener +            + + +  +

+ + + + - + +          Start to publish all events to a given listener + +
Methods in jrummikub.util with parameters of type IListener2
@@ -128,11 +136,11 @@ Uses of - voidIEvent2.remove(IListener2<T1,T2> listener) + ConnectionIEvent2.add(IListener2<T1,T2> listener)
-          Stop publishing events to a given listener
@@ -142,6 +150,14 @@ Uses of + + voidIEvent2.remove(IListener2<T1,T2> listener) + +
+          Stop publishing events to a given listener
 

-- cgit v1.2.3