public static interface IChildNodeListener.ILeafNodeListener<T extends BranchNodeMetaModel,X> extends IChildNodeListener<T>
IChildNodeListener.ILeafNodeListener<T extends BranchNodeMetaModel,X>| Modifier and Type | Method and Description |
|---|---|
default void |
accept(Node<T,?> node,
Object oldValue) |
void |
onUpdate(LeafNode<T,X> node,
X oldValue) |
andThendefault void accept(Node<T,?> node, Object oldValue)
accept in interface BiConsumer<Node<T extends BranchNodeMetaModel,?>,Object>accept in interface IChildNodeListener<T extends BranchNodeMetaModel>Copyright © 2020. All rights reserved.