Class NodeObserver
java.lang.Object
org.apache.jackrabbit.oak.plugins.observation.NodeObserver
- All Implemented Interfaces:
Observer
Base class for
Observer instances that group changes
by node instead of tracking them down to individual properties.-
Method Summary
Modifier and TypeMethodDescriptionvoidcontentChanged(@NotNull NodeState root, @NotNull CommitInfo info) Observes a content change.
-
Method Details
-
contentChanged
Description copied from interface:ObserverObserves a content change. See theObserverclass javadocs and relevant repository and observer registration details for more information on when and how this method gets called.- Specified by:
contentChangedin interfaceObserver- Parameters:
root- root state of the repositoryinfo- commit information
-