| Constructor and Description |
|---|
CompositeObserver() |
| Modifier and Type | Method and Description |
|---|---|
void |
addObserver(Observer observer) |
void |
contentChanged(NodeState root,
CommitInfo info)
Observes a content change.
|
void |
removeObserver(Observer observer) |
String |
toString() |
public void contentChanged(@Nonnull NodeState root, @Nonnull CommitInfo info)
ObserverObserver class javadocs
and relevant repository and observer registration details for more
information on when and how this method gets called.contentChanged in interface Observerroot - root state of the repositoryinfo - commit informationCopyright © 2012–2017 The Apache Software Foundation. All rights reserved.