Autopsy
4.17.0
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 1175 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 1191 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 1183 of file IngestManager.java.
Referenced by org.sleuthkit.autopsy.ingest.events.BlackboardPostEvent.BlackboardPostEvent(), org.sleuthkit.autopsy.datamodel.ExtractedContent.TypeFactory.isRefreshRequired(), org.sleuthkit.autopsy.datamodel.ExtractedContent.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 1197 of file IngestManager.java.
Referenced by org.sleuthkit.autopsy.ingest.events.FileAnalyzedEvent.FileAnalyzedEvent(), and org.sleuthkit.autopsy.guiutils.RefreshThrottler.RefreshThrottler().
Copyright © 2012-2021 Basis Technology. Generated on: Tue Jan 19 2021
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.