net.didion.jwnl.data.list
Interface PointerTargetTreeNodeList.Operation

All Known Implementing Classes:
PointerTargetTreeNodeList.FindNodeOperation, PointerTargetTreeNodeList.FindTargetOperation
Enclosing class:
PointerTargetTreeNodeList

public static interface PointerTargetTreeNodeList.Operation

Operation that is performed on the nodes of a tree or list.


Method Summary
 java.lang.Object execute(PointerTargetTreeNode node)
          Execute the operation on the given node
 

Method Detail

execute

java.lang.Object execute(PointerTargetTreeNode node)
Execute the operation on the given node