Autopsy  4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.datasourcesummary.uiutils.DataFetchWorker< A, R >.DataFetchComponents< A1, R1 > Class Template Reference

Public Member Functions

 DataFetchComponents (DataFetcher< A1, R1 > fetcher, Consumer< DataFetchResult< R1 >> resultHandler)
 
DataFetcher< A1, R1 > getFetcher ()
 
Consumer< DataFetchResult< R1 > > getResultHandler ()
 

Private Attributes

final DataFetcher< A1, R1 > fetcher
 
final Consumer< DataFetchResult< R1 > > resultHandler
 

Detailed Description

Holds the functions necessary for a DataFetchWorker. Includes the fetcher and result handler. The args are not included since they are likely dynamic.

Definition at line 39 of file DataFetchWorker.java.

Constructor & Destructor Documentation

Main constructor.

Parameters
fetcherThe fetcher to be used as an argument for the DataFetchWorker.
resultHandlerThe result handler to be used as an argument for the DataFetchWorker.

Definition at line 52 of file DataFetchWorker.java.

References org.sleuthkit.autopsy.datasourcesummary.uiutils.DataFetchWorker< A, R >.DataFetchComponents< A1, R1 >.fetcher, and org.sleuthkit.autopsy.datasourcesummary.uiutils.DataFetchWorker< A, R >.DataFetchComponents< A1, R1 >.resultHandler.

Member Function Documentation

Returns
When those results are received, this function handles presenting the results in the UI.

Definition at line 68 of file DataFetchWorker.java.

References org.sleuthkit.autopsy.datasourcesummary.uiutils.DataFetchWorker< A, R >.DataFetchComponents< A1, R1 >.resultHandler.

Referenced by org.sleuthkit.autopsy.datasourcesummary.uiutils.DataFetchWorker< A, R >.DataFetchWorker().

Member Data Documentation

final Consumer<DataFetchResult<R1> > org.sleuthkit.autopsy.datasourcesummary.uiutils.DataFetchWorker< A, R >.DataFetchComponents< A1, R1 >.resultHandler
private

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

Copyright © 2012-2022 Basis Technology. Generated on: Tue Jun 27 2023
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.