Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits PropertyChangeListener.
Public Member Functions | |
void | propertyChange (PropertyChangeEvent event) |
Private Attributes | |
final Object | ingestMonitor |
int | remainingJobsCount |
An ingest job event listener that allows IngestRunner.runIngestJob to block until the specified ingest job is completed.
Definition at line 85 of file IngestJobRunner.java.
void org.sleuthkit.autopsy.testutils.IngestJobRunner.IngestJobCompletionListener.propertyChange | ( | PropertyChangeEvent | event | ) |
Listens for local ingest job completed or cancelled events and notifies the ingest monitor when such an event occurs.
event |
Definition at line 113 of file IngestJobRunner.java.
References org.sleuthkit.autopsy.ingest.IngestManager.IngestJobEvent.CANCELLED, org.sleuthkit.autopsy.ingest.IngestManager.IngestJobEvent.COMPLETED, org.sleuthkit.autopsy.testutils.IngestJobRunner.IngestJobCompletionListener.ingestMonitor, org.sleuthkit.autopsy.events.AutopsyEvent.SourceType.LOCAL, and org.sleuthkit.autopsy.testutils.IngestJobRunner.IngestJobCompletionListener.remainingJobsCount.
|
private |
Definition at line 87 of file IngestJobRunner.java.
Referenced by org.sleuthkit.autopsy.testutils.IngestJobRunner.IngestJobCompletionListener.propertyChange().
|
private |
Definition at line 90 of file IngestJobRunner.java.
Referenced by org.sleuthkit.autopsy.testutils.IngestJobRunner.IngestJobCompletionListener.propertyChange().
Copyright © 2012-2022 Basis Technology. Generated on: Wed May 31 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.