public interface ReplaceObserver
| Modifier and Type | Method and Description |
|---|---|
boolean |
nodeReplaced(Node oldNode,
Node newNode,
CharSequence reason)
Returns
true if the event is consumed and no parent nodes should be notified by
for replaces. |
boolean nodeReplaced(Node oldNode, Node newNode, CharSequence reason)
true if the event is consumed and no parent nodes should be notified by
for replaces. Returns false if the parent Node or CallTarget
should get notified.