Class NodeObserver

java.lang.Object
org.apache.jackrabbit.oak.plugins.observation.NodeObserver
All Implemented Interfaces:
Observer

public abstract class NodeObserver extends Object implements Observer
Base class for Observer instances that group changes by node instead of tracking them down to individual properties.
  • Method Details

    • contentChanged

      public void contentChanged(@NotNull @NotNull NodeState root, @NotNull @NotNull CommitInfo info)
      Description copied from interface: Observer
      Observes a content change. See the Observer class javadocs and relevant repository and observer registration details for more information on when and how this method gets called.
      Specified by:
      contentChanged in interface Observer
      Parameters:
      root - root state of the repository
      info - commit information