Interface ProgressCallback

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ProgressCallback
Since:
28.05.2018 14:04:47
Author:
Minu <minu-moto@mail.ru>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setProgress(String caption, long done, long total)
     
  • Method Details

    • setProgress

      void setProgress(String caption, long done, long total)