Interface ProgressStatusCallback


public interface ProgressStatusCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Signal that the transfer has finished.
    void
    progressChanged(int progressValue)
    Signal the changed progress.
    void
    Signal the changed text.
  • Method Details

    • 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.