| Package | Description |
|---|---|
| net.thevpc.echo.model | |
| net.thevpc.echo.spi.peers |
| Modifier and Type | Method and Description |
|---|---|
AppTreeNode<T> |
AppTreeMutator.addChild(AppTreeNode<T> parent,
Object child,
int index,
AppTreeCallBack<T> callback) |
AppTreeNode<T> |
AppTreeMutator.removeChild(AppTreeNode<T> parent,
int childIndex,
AppTreeCallBack<T> callBack) |
void |
AppTreeMutator.updateChild(AppTreeNode<T> parent,
int index,
AppTreeCallBack<T> callback) |
| Modifier and Type | Method and Description |
|---|---|
<T> AppTreeCallBack<T> |
AppTreePeer.callback() |
Copyright © 2021 vpc open source initiative. All rights reserved.