public class EmptyObserver extends java.lang.Object implements Observer
null
check when invoking the observer.Modifier and Type | Field and Description |
---|---|
static EmptyObserver |
INSTANCE
Static instance of this class, useful as a "null object".
|
Constructor and Description |
---|
EmptyObserver() |
Modifier and Type | Method and Description |
---|---|
void |
contentChanged(NodeState root,
CommitInfo info)
Observes a content change.
|
public static final EmptyObserver INSTANCE
public void contentChanged(NodeState root, 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 information"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"