Autopsy  4.16.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchStartedEvent Class Reference

Public Member Functions

 SearchStartedEvent (Type type)
 
Type getType ()
 

Private Attributes

final Type type
 

Detailed Description

Event to signal the start of a search being performed.

Definition at line 55 of file DiscoveryEventUtils.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchStartedEvent.SearchStartedEvent ( Type  type)

Construct a new SearchStartedEvent.

Parameters
typeThe type of result the search event is for.

Definition at line 64 of file DiscoveryEventUtils.java.

References org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchStartedEvent.type.

Member Function Documentation

Type org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchStartedEvent.getType ( )

Get the type of result the search is being performed for.

Returns
The type of results being searched for.

Definition at line 73 of file DiscoveryEventUtils.java.

References org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchStartedEvent.type.

Member Data Documentation

final Type org.sleuthkit.autopsy.discovery.search.DiscoveryEventUtils.SearchStartedEvent.type
private

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

Copyright © 2012-2020 Basis Technology. Generated on: Tue Sep 22 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.