Interface ReplaceObserver
public interface ReplaceObserver
An observer that is notified whenever a child node is replaced. Note this is not called if
the RootNode does not have a CallTarget yet.
- Since:
- 0.8 or earlier
-
Method Summary
Modifier and TypeMethodDescriptionbooleannodeReplaced(Node oldNode, Node newNode, CharSequence reason) Returnstrueif the event is consumed and no parent nodes should be notified by for replaces.
-
Method Details
-
nodeReplaced
Returnstrueif the event is consumed and no parent nodes should be notified by for replaces. Returnsfalseif the parentNodeorCallTargetshould get notified.- Since:
- 0.8 or earlier
-