public abstract class DiffObserver extends java.lang.Object implements Observer
getRootDiff(NodeState, NodeState, CommitInfo)
method.Constructor and Description |
---|
DiffObserver() |
Modifier and Type | Method and Description |
---|---|
void |
contentChanged(@NotNull NodeState root,
@NotNull CommitInfo info)
Observes a content change.
|
public final void contentChanged(@NotNull @NotNull NodeState root, @NotNull @NotNull CommitInfo info)
Observer
Observer
class javadocs
and relevant repository and observer registration details for more
information on when and how this method gets called.contentChanged
in interface Observer
root
- root state of the repositoryinfo
- commit informationCopyright © 2010 - 2020 Adobe. All Rights Reserved