net.sf.extjwnl.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
 PointerTargetTreeNode execute(PointerTargetTreeNode node)
          Executes the operation on the given node.
 

Method Detail

execute

PointerTargetTreeNode execute(PointerTargetTreeNode node)
Executes the operation on the given node.

Parameters:
node - operation target
Returns:
operation result


Copyright © 2011. All Rights Reserved.