Author: reto
Date: Wed May 19 13:32:09 2010
New Revision: 946179
URL: http://svn.apache.org/viewvc?rev=946179&view=rev
Log:
CLEREZZA-218: refinced listener notification specification for triple
collection changing without being changed
Modified:
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.rdf.core/src/main/java/org/apache/clerezza/rdf/core/TripleCollection.java
Modified:
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.rdf.core/src/main/java/org/apache/clerezza/rdf/core/TripleCollection.java
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.rdf.core/src/main/java/org/apache/clerezza/rdf/core/TripleCollection.java?rev=946179&r1=946178&r2=946179&view=diff
==============================================================================
---
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.rdf.core/src/main/java/org/apache/clerezza/rdf/core/TripleCollection.java
(original)
+++
incubator/clerezza/trunk/org.apache.clerezza.parent/org.apache.clerezza.rdf.core/src/main/java/org/apache/clerezza/rdf/core/TripleCollection.java
Wed May 19 13:32:09 2010
@@ -61,6 +61,12 @@ public interface TripleCollection extend
* typically provide an empty implementation, they shall not throw an
* exception.
*
+ * Implementation of which the triples change over time without add- and
+ * remove-methods being called (e.g. implementation dynamically
generating
+ * their triples on invocation of the filer-method) may choose not to,
or
+ * only partially propagate their changes to the listener. They should
+ * describe the behavior in the documentation of the class.
+ *
* If delay is 0 notification will happen synchroneously.
*
* @param listener The listener that will be notified