Interface FileTransferProgress


public interface FileTransferProgress

Title:

Description:

Copyright: Copyright (c) 2003

Company:

Version:
$Id: FileTransferProgress.java,v 1.10 2003/09/11 15:35:00 martianx Exp $
Author:
Lee David Painter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
     
    void
    progressed(long bytesSoFar)
     
    void
    started(long bytesTotal, String remoteFile)
     
  • Method Details

    • started

      void started(long bytesTotal, String remoteFile)
      Parameters:
      bytesTotal -
      remoteFile -
    • isCancelled

      boolean isCancelled()
      Returns:
    • progressed

      void progressed(long bytesSoFar)
      Parameters:
      bytesSoFar -
    • completed

      void completed()