| Package | Description |
|---|---|
| org.sodeac.common.typedtree |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IChildNodeListener.ILeafNodeListener<T extends BranchNodeMetaModel,X> |
| Modifier and Type | Class and Description |
|---|---|
protected class |
BranchNode.ModifyListenerContainer |
| Modifier and Type | Method and Description |
|---|---|
protected List<IChildNodeListener> |
BranchNode.NodeContainer.getNodeListenerList() |
| Modifier and Type | Method and Description |
|---|---|
BranchNode<P,T> |
BranchNode.addChildNodeListener(IChildNodeListener<T> listener,
INodeType<T,?>... childNodeTypeMask)
Add listener to get notified if child leaf nodes are updated , and child branch nodes are removed or created.
|
BranchNode<P,T> |
BranchNode.removeChildNodeListener(IChildNodeListener<T> listener)
Removes child node listener
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BranchNode.NodeContainer.setNodeListenerList(List<IChildNodeListener> nodeListenerList) |
Copyright © 2020. All rights reserved.