Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Attributes | |
CONTENT_CHANGED | |
DATA_ADDED | |
FILE_DONE | |
Ingest module events.
Definition at line 1338 of file IngestManager.java.
org.sleuthkit.autopsy.ingest.IngestManager.IngestModuleEvent.CONTENT_CHANGED |
Property change event fired when an ingest module adds new content to a case. For example, if a module adds an extracted or carved file to a case, the module should fire this event. The old value of the PropertyChangeEvent is a ModuleContentEvent object, and the new value is set to null.
Definition at line 1354 of file IngestManager.java.
Referenced by org.sleuthkit.autopsy.ingest.events.ContentChangedEvent.ContentChangedEvent(), org.sleuthkit.autopsy.datamodel.FileTypesByExtension.FileTypesByExtObservable.isRefreshRequired(), and org.sleuthkit.autopsy.guiutils.RefreshThrottler.RefreshThrottler().
org.sleuthkit.autopsy.ingest.IngestManager.IngestModuleEvent.DATA_ADDED |
Property change event fired when an ingest module adds new data to a case, usually by posting to the blackboard. The old value of the PropertyChangeEvent is a ModuleDataEvent object, and the new value is set to null.
Definition at line 1346 of file IngestManager.java.
Referenced by org.sleuthkit.autopsy.ingest.events.BlackboardPostEvent.BlackboardPostEvent(), org.sleuthkit.autopsy.datamodel.Artifacts.ArtifactFactory.isRefreshRequired(), org.sleuthkit.autopsy.discovery.ui.DiscoveryDialog.ModuleChangeListener.propertyChange(), and org.sleuthkit.autopsy.guiutils.RefreshThrottler.RefreshThrottler().
org.sleuthkit.autopsy.ingest.IngestManager.IngestModuleEvent.FILE_DONE |
Property change event fired when the ingest of a file is completed. The old value of the PropertyChangeEvent is the Autopsy object ID of the file. The new value is the AbstractFile for that ID.
Definition at line 1360 of file IngestManager.java.
Referenced by org.sleuthkit.autopsy.ingest.events.FileAnalyzedEvent.FileAnalyzedEvent(), and org.sleuthkit.autopsy.guiutils.RefreshThrottler.RefreshThrottler().
Copyright © 2012-2022 Basis Technology. Generated on: Sun Apr 2 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.