E - node typepublic abstract class AsyncPathExpansionAdapter<E extends AsyncUniqueNode> extends java.lang.Object implements AsyncPathExpansionListener<E>
| Constructor and Description |
|---|
AsyncPathExpansionAdapter() |
| 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.
|
public void pathFailedToExpand()
AsyncPathExpansionListenerpathFailedToExpand in interface AsyncPathExpansionListener<E extends AsyncUniqueNode>public void pathNodeExpanded(E expandedNode)
AsyncPathExpansionListenerpathNodeExpanded in interface AsyncPathExpansionListener<E extends AsyncUniqueNode>expandedNode - recently expanded node from the specified pathpublic void pathPartiallyExpanded(E lastFoundNode)
AsyncPathExpansionListenerpathPartiallyExpanded in interface AsyncPathExpansionListener<E extends AsyncUniqueNode>lastFoundNode - last reached path nodepublic void pathExpanded(E lastNode)
AsyncPathExpansionListenerpathExpanded in interface AsyncPathExpansionListener<E extends AsyncUniqueNode>lastNode - last path node