public class FileCallbackLocalDelete extends java.lang.Object implements FileRemoteWalkerCallback
SortedTreeWalkerCallback.Result| Modifier and Type | Field and Description | 
|---|---|
| private EventWithDst<FileRemoteProgressEvData,?> | evBack | 
| static java.lang.String | sVersionVersion, history and license. | 
callbackTemplate| Constructor and Description | 
|---|
| FileCallbackLocalDelete(EventWithDst<FileRemoteProgressEvData,?> evBack) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | finished(FileRemote startNode)Invoked after finishing the walking through. | 
| SortedTreeWalkerCallback.Result | finishedParentNode(FileRemote dirRemote,
                  java.lang.Object oPath,
                  java.lang.Object oWalkInfo)Invoked on end of walking through a parent node. | 
| SortedTreeWalkerCallback.Result | offerLeafNode(FileRemote fileRemote,
             java.lang.Object oPath)Invoked for any node which has no children or which is not processed because the depth of walking through the tree is reached. | 
| SortedTreeWalkerCallback.Result | offerParentNode(FileRemote parentNode,
               java.lang.Object data,
               java.lang.Object oWalkInfo)Invoked on start on walking through a parent node which have children. | 
| boolean | shouldAborted()Returns true if the tree walking should be terminated respectively aborted. | 
| void | start(FileRemote startNode,
     FileRemoteCmdEventData co)Invoked before start of a walk through the tree. | 
public static final java.lang.String sVersion
private final EventWithDst<FileRemoteProgressEvData,?> evBack
public FileCallbackLocalDelete(EventWithDst<FileRemoteProgressEvData,?> evBack)
public void start(FileRemote startNode, FileRemoteCmdEventData co)
SortedTreeWalkerCallbackstart in interface SortedTreeWalkerCallback<FileRemote,FileRemoteCmdEventData>public SortedTreeWalkerCallback.Result offerParentNode(FileRemote parentNode, java.lang.Object data, java.lang.Object oWalkInfo)
SortedTreeWalkerCallback#offerLeafNode(TypeNode) is not invoked.offerParentNode in interface SortedTreeWalkerCallback<FileRemote,FileRemoteCmdEventData>data - Specific data presentation of the nodeoWalkInfo - internal possible information about walking, depending on usage.public SortedTreeWalkerCallback.Result offerLeafNode(FileRemote fileRemote, java.lang.Object oPath)
SortedTreeWalkerCallback#offerLeafNode(Object), only one of both is called for a node.
 For example it is invoked for a sub directory only if the depth is reached and #offerParentNode(TypeNode) is not called.offerLeafNode in interface SortedTreeWalkerCallback<FileRemote,FileRemoteCmdEventData>public SortedTreeWalkerCallback.Result finishedParentNode(FileRemote dirRemote, java.lang.Object oPath, java.lang.Object oWalkInfo)
SortedTreeWalkerCallbackfinishedParentNode in interface SortedTreeWalkerCallback<FileRemote,FileRemoteCmdEventData>dirRemote - the node which was walked throughoPath - Specific data presentation of the nodeoWalkInfo - internal possible information about walking, depending on usage.public void finished(FileRemote startNode)
SortedTreeWalkerCallbackfinished in interface SortedTreeWalkerCallback<FileRemote,FileRemoteCmdEventData>public boolean shouldAborted()
SortedTreeWalkerCallbackshouldAborted in interface SortedTreeWalkerCallback<FileRemote,FileRemoteCmdEventData>