edtFTPj/Free - Open-source FTP library for Java | Download


Uses of Interface
com.enterprisedt.net.ftp.FTPProgressMonitorEx

Packages that use FTPProgressMonitorEx
com.enterprisedt.net.ftp FileTransferClient is the key class for edtFTPj/Free and provides basic FTP features. 
 

Uses of FTPProgressMonitorEx in com.enterprisedt.net.ftp
 

Fields in com.enterprisedt.net.ftp declared as FTPProgressMonitorEx
protected  FTPProgressMonitorEx FTPClient.monitorEx
          File transfer listener
protected  FTPProgressMonitorEx FileTransferInputStream.monitorEx
          Progress monitor reference
 

Methods in com.enterprisedt.net.ftp that return FTPProgressMonitorEx
 FTPProgressMonitorEx FTPClient.getProgressMonitorEx()
          Get reference to the transfer listener
 

Methods in com.enterprisedt.net.ftp with parameters of type FTPProgressMonitorEx
 void FTPOutputStream.setMonitor(FTPProgressMonitorEx monitor, long monitorInterval)
          The output stream uses the progress monitor currently owned by the FTP client.
 void FileTransferInputStream.setMonitor(FTPProgressMonitorEx monitor, long monitorInterval)
          The input stream uses the progress monitor currently owned by the FTP client.
 void FTPClient.setProgressMonitorEx(FTPProgressMonitorEx monitorEx)
          Set reference to the transfer listener
 



Copyright (c) 2001-2007 Enterprise Distributed Technologies Ltd. All Rights Reserved.