Constructor and Description |
---|
CompositeObserver() |
Modifier and Type | Method and Description |
---|---|
void |
addObserver(@NotNull Observer observer) |
void |
contentChanged(@NotNull NodeState root,
@NotNull CommitInfo info)
Observes a content change.
|
void |
removeObserver(@NotNull Observer observer) |
java.lang.String |
toString() |
public void addObserver(@NotNull @NotNull Observer observer)
public void removeObserver(@NotNull @NotNull Observer observer)
public 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 informationpublic java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2010 - 2020 Adobe. All Rights Reserved