|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITreeNodeAction<T extends ITreeNode<T>>
Method Summary | |
---|---|
boolean |
canContinue()
Tests whether the node walker should continue based on the outcome of the last action executed. |
void |
visit(T node)
Action to be performed at a given node. |
Method Detail |
---|
void visit(T node)
node
- The node that is to be acted upon.
java.lang.IllegalStateException
- if canContinue() == false
.boolean canContinue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |