Interface ProgressStatusCallback


  • public interface ProgressStatusCallback
    • Method Detail

      • progressChanged

        void progressChanged​(int progressValue)
        Signal the changed progress.
        Parameters:
        progressValue - the new progress value
      • textChanged

        void textChanged​(String text)
        Signal the changed text.
        Parameters:
        text - the new text value
      • actionFinished

        void actionFinished()
        Signal that the transfer has finished.