Go to the documentation of this file.
19package org.sleuthkit.autopsy.progress;
21import org.sleuthkit.autopsy.progress.ProgressIndicator;
29 public void start(String message,
int totalWorkUnits) {
33 public void start(String message) {
53 public void progress(String message,
int workUnitsCompleted) {
void switchToDeterminate(String message, int workUnitsCompleted, int totalWorkUnits)
void start(String message, int totalWorkUnits)
void progress(int workUnitsCompleted)
void switchToIndeterminate(String message)
void start(String message)
void progress(String message)
void progress(String message, int workUnitsCompleted)
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.