Class Inspection.DialogInspectionProgressListener

    • Field Detail

      • PROGRESS_STEPS_PER_INSPECTOR

        public static final int PROGRESS_STEPS_PER_INSPECTOR
        See Also:
        Constant Field Values
    • Constructor Detail

      • DialogInspectionProgressListener

        public DialogInspectionProgressListener​(DiscreteProgressDialog discreteProgressDialog,
                                                int inspectors)
    • Method Detail

      • setInspector

        public void setInspector​(Inspector inspector)
      • incInspector

        public void incInspector()
      • progress

        public void progress​(Inspector whoIsInspecting,
                             String whatIsInspected,
                             float progressSoFar)
        Description copied from interface: InspectionProgressListener
        Signal progress in a progress dialog.
        Specified by:
        progress in interface InspectionProgressListener
        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

        public void progress​(Inspector whoIsInspecting,
                             float progressSoFar)
        Description copied from interface: InspectionProgressListener
        Signal progress in a progress dialog.
        Specified by:
        progress in interface InspectionProgressListener
        Parameters:
        whoIsInspecting - inspector
        progressSoFar - how far did we get so far, value between 0.0 and 1.0.