Interface FTPProgressMonitorEx

All Superinterfaces:
FTPProgressMonitor

public interface FTPProgressMonitorEx extends FTPProgressMonitor
Enhances FTPProgressMonitor to add notifications for start and completion of the transfer.
Version:
$Revision$
Author:
Bruce Blackshaw
  • Method Details

    • transferStarted

      void transferStarted(TransferDirection direction, String remoteFile)
      Notify that a transfer has started
      Parameters:
      direction - the transfer direction
      remoteFile - name of the remote file
    • transferComplete

      void transferComplete(TransferDirection direction, String remoteFile)
      Notify that a transfer has completed
      Parameters:
      direction - the transfer direction
      remoteFile - name of the remote file