|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
E
- node typepublic interface AsyncPathExpansionListener<E extends AsyncUniqueNode>
This custom listener is used to track async tree path expansion action.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |