Interface RemoteFSProgressMonitor

All Known Implementing Classes:
UploadBean

public interface RemoteFSProgressMonitor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    bytesTransferred(long count)
    Report the number of bytes transferred so far.
  • Method Details

    • bytesTransferred

      void bytesTransferred(long count)
      Report the number of bytes transferred so far.