Update of
/var/cvs/contributions/didactor2/src/reports/java/nl/didactor/component/reports
In directory
james.mmbase.org:/tmp/cvs-serv11543/java/nl/didactor/component/reports
Modified Files:
DidactorReports.java
Log Message:
DIDACTOR-55
See also:
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/reports/java/nl/didactor/component/reports
See also: http://www.mmbase.org/jira/browse/DIDACTOR-55
Index: DidactorReports.java
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/reports/java/nl/didactor/component/reports/DidactorReports.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- DidactorReports.java 4 Apr 2007 16:27:07 -0000 1.3
+++ DidactorReports.java 22 Jan 2008 08:50:27 -0000 1.4
@@ -5,6 +5,10 @@
import nl.didactor.events.*;
import nl.didactor.reports.util.EventManager;
+
+/**
+ * @javadoc
+ */
public class DidactorReports extends Component {
/**
* Returns the version of the component
@@ -15,8 +19,8 @@
public void init() {
super.init();
- EventListener reporting = new EventManager();
- EventDispatcher.register(reporting);
+ org.mmbase.core.event.EventListener reporting = new EventManager();
+
org.mmbase.core.event.EventManager.getInstance().addEventListener(reporting);
}
/**
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs