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/IListener1.html | 34 ++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 9 deletions(-) (limited to 'doc/jrummikub/util/class-use/IListener1.html') diff --git a/doc/jrummikub/util/class-use/IListener1.html b/doc/jrummikub/util/class-use/IListener1.html index 9f2b368..d31ec43 100644 --- a/doc/jrummikub/util/class-use/IListener1.html +++ b/doc/jrummikub/util/class-use/IListener1.html @@ -2,12 +2,12 @@ - + Uses of Interface jrummikub.util.IListener1 - + @@ -108,15 +108,23 @@ Uses of -Methods in jrummikub.util with parameters of type IListener1 +Fields in jrummikub.util with type parameters of type IListener1 - Connection -IEvent1.add(IListener1<T> listener) +private  java.util.HashSet<IListener1<T>> +Event1.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 IListener1
@@ -128,11 +136,11 @@ Uses of - voidIEvent1.remove(IListener1<T> listener) + ConnectionIEvent1.add(IListener1<T> listener)
-          Stop publishing events to a given listener
@@ -142,6 +150,14 @@ Uses of + + voidIEvent1.remove(IListener1<T> listener) + +
+          Stop publishing events to a given listener
 

-- cgit v1.2.3