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

+ +jrummikub.util +
+Interface IEvent1<T>

+
+
Type Parameters:
T - type of the event parameter
+
+
All Known Implementing Classes:
Event1
+
+
+
+
public interface IEvent1<T>
+ + +

+Interface for classes that can generate events having a single parameter +

+ +

+


+ +

+ + + + + + + + + + + + + + + + +
+Method Summary
+ Connectionadd(IListener1<T> listener) + +
+          Start to publish all events to a given listener
+ voidremove(IListener1<T> listener) + +
+          Stop publishing events to a given listener
+  +

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

+add

+
+Connection add(IListener1<T> listener)
+
+
Start to publish all events to a given listener +

+

+
Parameters:
listener - target listener +
Returns:
a connection to remove the listener
+
+
+
+ +

+remove

+
+void remove(IListener1<T> listener)
+
+
Stop publishing events to a given listener +

+

+
Parameters:
listener - target listener
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3