public static interface NodeFinder.Callback
| Modifier and Type | Method and Description |
|---|---|
void |
onNodeFound(Node node)
Handle node found in caller's thread
|
void |
onNodeNotFound(int nodeId)
Handle node not found in caller's thread.
|
void |
onRollback(int nodeId,
Throwable rollbackException)
Handle rollback
|
void onNodeFound(Node node)
node - Node returned by search is a graph fragment containing all found node ancestors and immediate childrenvoid onNodeNotFound(int nodeId)
nodeId - Node identityvoid onRollback(int nodeId,
Throwable rollbackException)
nodeId - Node identityrollbackException - Exception which caused rollbackThis documentation is licensed by Andrew Bowley under the GPLv3 License.