Uses of Class
com.enterprisedt.net.ftp.async.DeleteFileResult
Packages that use DeleteFileResult
Package
Description
FileTransferClient is the key
class for edtFTPj/Free and provides basic FTP features.This package contains the classes used for asynchronous programming - primarily the XXXResult classes,
which are returned from asynchronous methods and used to provide details about the operation,
such as what file is being transferred.
-
Uses of DeleteFileResult in com.enterprisedt.net.ftp
Methods in com.enterprisedt.net.ftp that return DeleteFileResultModifier and TypeMethodDescriptionAsyncFileTransferClient.deleteFileAsync(String remoteFileName, AsyncCallback.DeleteFile callback, Object tag) Deletes a remote file asynchronously. -
Uses of DeleteFileResult in com.enterprisedt.net.ftp.async
Methods in com.enterprisedt.net.ftp.async with parameters of type DeleteFileResultModifier and TypeMethodDescriptionvoidAsyncCallback.DeleteFile.onDeleteFile(DeleteFileResult result)