E - node typepublic interface AsyncPathExpansionListener<E extends AsyncUniqueNode>
| Modifier and Type | Method and Description |
|---|---|
void |
pathExpanded(E lastNode)
Notifies that path expansion has finished succesfully.
|
void |
pathFailedToExpand()
Notifies that path expansion has failed and did not find even a single node.
|
void |
pathNodeExpanded(E expandedNode)
Notifies that one of path nodes was just expanded.
|
void |
pathPartiallyExpanded(E lastFoundNode)
Notifies that path expansion was not fully finished and cannot be continued.
|
void pathFailedToExpand()
void pathNodeExpanded(E expandedNode)
expandedNode - recently expanded node from the specified pathvoid pathPartiallyExpanded(E lastFoundNode)
lastFoundNode - last reached path nodevoid pathExpanded(E lastNode)
lastNode - last path node