Package com.enterprisedt.net.ftp
Interface FTPProgressMonitorEx
- All Superinterfaces:
FTPProgressMonitor
Enhances FTPProgressMonitor to add notifications for start and
completion of the transfer.
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
-
Method Summary
Modifier and TypeMethodDescriptionvoidtransferComplete(TransferDirection direction, String remoteFile) Notify that a transfer has completedvoidtransferStarted(TransferDirection direction, String remoteFile) Notify that a transfer has startedMethods inherited from interface com.enterprisedt.net.ftp.FTPProgressMonitor
bytesTransferred
-
Method Details
-
transferStarted
Notify that a transfer has started- Parameters:
direction- the transfer directionremoteFile- name of the remote file
-
transferComplete
Notify that a transfer has completed- Parameters:
direction- the transfer directionremoteFile- name of the remote file
-