You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2015/12/30 11:16:28 UTC

svn commit: r1722301 - /sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/observation/ResourceChangeListener.java

Author: cziegeler
Date: Wed Dec 30 10:16:27 2015
New Revision: 1722301

URL: http://svn.apache.org/viewvc?rev=1722301&view=rev
Log:
SLING-4751 : Rethink the current api

Modified:
    sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/observation/ResourceChangeListener.java

Modified: sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/observation/ResourceChangeListener.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/observation/ResourceChangeListener.java?rev=1722301&r1=1722300&r2=1722301&view=diff
==============================================================================
--- sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/observation/ResourceChangeListener.java (original)
+++ sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/observation/ResourceChangeListener.java Wed Dec 30 10:16:27 2015
@@ -64,7 +64,8 @@ public interface ResourceChangeListener
 
     /**
      * Array of change types - optional.
-     * If this property is missing, added, removed and changed events are reported.
+     * If this property is missing, added, removed and changed events for resources
+     * and added, and removed events for resource providers are reported.
      * If this property is invalid, the listener is ignored. The type of the property
      * must either be String, or a String array. Valid values are the constants from
      * {@link ResourceChange.ChangeType}.