Update of /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1701/src/org/tm4j/topicmap/tmdm
Modified Files:
TopicMapEventListener.java.v0
Log Message:
Reason why TopicMapEventListener.java.v0 still exists (upon a suggestion during a code-review by Benjamin Bock <bb-...@bo...>)
Index: TopicMapEventListener.java.v0
===================================================================
RCS file: /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm/TopicMapEventListener.java.v0,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TopicMapEventListener.java.v0 21 Jan 2008 20:00:26 -0000 1.2
--- TopicMapEventListener.java.v0 22 Jan 2008 19:08:17 -0000 1.3
***************
*** 6,9 ****
--- 6,12 ----
import org.tm4j.net.Locator;
+ /**
+ We are still undecided on whether we want to use a parametrized TopicMapEventListener or a non-parametrized TopicMapEventListener.
+ */
public interface TopicMapEventListener {
|