Sleuth Kit Java Bindings (JNI)  4.11.0
Java bindings for using The Sleuth Kit
org.sleuthkit.datamodel.DefaultAddDataSourceCallbacks Class Reference

Inherits org.sleuthkit.datamodel.AddDataSourceCallbacks.

Public Member Functions

void onFilesAdded (List< Long > fileObjectIds)
 

Detailed Description

Do-nothing version of AddDataSourceCallbacks

Definition at line 26 of file DefaultAddDataSourceCallbacks.java.

Member Function Documentation

void org.sleuthkit.datamodel.DefaultAddDataSourceCallbacks.onFilesAdded ( List< Long >  fileObjectIds)

Call to add a set of file object IDs that have been added to the database.

Parameters
fileObjectIdsList of file object IDs.

Implements org.sleuthkit.datamodel.AddDataSourceCallbacks.

Definition at line 28 of file DefaultAddDataSourceCallbacks.java.


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

Copyright © 2011-2021 Brian Carrier. (carrier -at- sleuthkit -dot- org)
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.