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


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

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

Uses of FTPProgressMonitor in com.enterprisedt.net.ftp
 

Subinterfaces of FTPProgressMonitor in com.enterprisedt.net.ftp
 interface FTPProgressMonitorEx
          Enhances FTPProgressMonitor to add notifications for start and completion of the transfer.
 

Fields in com.enterprisedt.net.ftp declared as FTPProgressMonitor
protected  FTPProgressMonitor FTPClient.monitor
          Progress monitor
protected  FTPProgressMonitor FileTransferInputStream.monitor
          Progress monitor reference
 

Methods in com.enterprisedt.net.ftp that return FTPProgressMonitor
 FTPProgressMonitor FTPClient.getProgressMonitor()
          Get the reference to the progress monitor
 

Methods in com.enterprisedt.net.ftp with parameters of type FTPProgressMonitor
 void FTPClientInterface.setProgressMonitor(FTPProgressMonitor monitor)
          Set a progress monitor for callbacks.
 void FTPClient.setProgressMonitor(FTPProgressMonitor monitor)
           
 void FTPClientInterface.setProgressMonitor(FTPProgressMonitor monitor, long interval)
          Set a progress monitor for callbacks.
 void FTPClient.setProgressMonitor(FTPProgressMonitor monitor, long interval)
           
 



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