Interface FileCopyObserver


public interface FileCopyObserver
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    copyProgress(File source, File dest, int unitsCopied)
     
  • Method Details

    • copyProgress

      boolean copyProgress(File source, File dest, int unitsCopied)