Autopsy  3.1
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.ingest.ModuleContentEvent Class Reference

Inherits ChangeEvent.

Public Member Functions

 ModuleContentEvent (Content content)
 
String getModuleName ()
 

Private Attributes

String moduleName
 

Detailed Description

Event data that are fired off by ingest modules when they changed or added new content.

Definition at line 27 of file ModuleContentEvent.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.ingest.ModuleContentEvent.ModuleContentEvent ( Content  content)

Create a new event passing content that has changed

Parameters
content

Definition at line 35 of file ModuleContentEvent.java.

Member Function Documentation

String org.sleuthkit.autopsy.ingest.ModuleContentEvent.getModuleName ( )

get module name that changed the content and fired the event

Returns

Definition at line 43 of file ModuleContentEvent.java.

References org.sleuthkit.autopsy.ingest.ModuleContentEvent.moduleName.

Member Data Documentation

String org.sleuthkit.autopsy.ingest.ModuleContentEvent.moduleName
private

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

Copyright © 2012-2015 Basis Technology. Generated on: Mon Oct 19 2015
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.