Interface InspectionProgressListener

    • Method Detail

      • progress

        void progress​(Inspector whoIsInspecting,
                      String whatIsInspected,
                      float progressSoFar)
        Signal progress in a progress dialog.
        Parameters:
        whoIsInspecting - inspector
        whatIsInspected - what we are currently inspecting, e.g. a specific album or artist
        progressSoFar - how far did we get so far, value between 0.0 and 1.0.
      • progress

        void progress​(Inspector whoIsInspecting,
                      float progressSoFar)
        Signal progress in a progress dialog.
        Parameters:
        whoIsInspecting - inspector
        progressSoFar - how far did we get so far, value between 0.0 and 1.0.