Autopsy  4.14.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | List of all members
org.sleuthkit.autopsy.commandlineingest.CommandLineIngestManager.JobProcessingTask.IngestJobEventListener Class Reference

Inherits PropertyChangeListener.

Public Member Functions

void propertyChange (PropertyChangeEvent event)
 

Detailed Description

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 749 of file CommandLineIngestManager.java.

Member Function Documentation

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.

Parameters
event

Definition at line 759 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.


The documentation for this class was generated from the following file:

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.