Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Inherits PropertyChangeListener.
Public Member Functions | |
void | propertyChange (PropertyChangeEvent event) |
An ingest job event listener that allows the job processing task to block until the analysis of a data source by the data source level and file level ingest modules is completed.
Note that the ingest job can spawn "child" ingest jobs (e.g., if an embedded virtual machine is found), so the job processing task must remain blocked until ingest is no longer running.
Definition at line 663 of file CommandLineIngestManager.java.
void org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.JobProcessingTask.IngestJobEventListener.propertyChange | ( | PropertyChangeEvent | event | ) |
Listens for local ingest job completed or cancelled events and notifies the job processing thread when such an event occurs and there are no "child" ingest jobs running.
event |
Definition at line 673 of file CommandLineIngestManager.java.
References org.sleuthkit.autopsy.ingest.IngestManager.IngestJobEvent.CANCELLED, org.sleuthkit.autopsy.ingest.IngestManager.IngestJobEvent.COMPLETED, org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.JobProcessingTask.ingestLock, and org.sleuthkit.autopsy.events.AutopsyEvent.SourceType.LOCAL.
Copyright © 2012-2022 Basis Technology. Generated on: Tue Mar 21 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.