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