net.didion.jwnl.data.list
Class PointerTargetTreeNodeList.FindTargetOperation

java.lang.Object
  extended by net.didion.jwnl.data.list.PointerTargetTreeNodeList.FindTargetOperation
All Implemented Interfaces:
PointerTargetTreeNodeList.Operation
Enclosing class:
PointerTargetTreeNodeList

public static class PointerTargetTreeNodeList.FindTargetOperation
extends java.lang.Object
implements PointerTargetTreeNodeList.Operation

Operation that is used for finding the node(s) in a tree that have the specified PointerTarget.


Constructor Summary
PointerTargetTreeNodeList.FindTargetOperation(PointerTarget target)
           
 
Method Summary
 java.lang.Object execute(PointerTargetTreeNode node)
          Execute the operation on the given node
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointerTargetTreeNodeList.FindTargetOperation

public PointerTargetTreeNodeList.FindTargetOperation(PointerTarget target)
Method Detail

execute

public java.lang.Object execute(PointerTargetTreeNode node)
Description copied from interface: PointerTargetTreeNodeList.Operation
Execute the operation on the given node

Specified by:
execute in interface PointerTargetTreeNodeList.Operation