Go to the documentation of this file.
19package org.sleuthkit.autopsy.progress;
21import java.util.concurrent.Future;
22import org.openide.util.Cancellable;
23import org.openide.util.NbBundle;
61 "TaskCanceller.progress.cancellingMessage=Cancelling..."
63 public synchronized boolean cancel() {
64 progress.setCancelling(Bundle.TaskCanceller_progress_cancellingMessage());
65 return future.cancel(
true);
final ProgressIndicator progress
synchronized boolean cancel()
synchronized void setFuture(Future<?> future)
TaskCancellable(ProgressIndicator progress)
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.