Autopsy
4.19.3
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Public Member Functions | |
R | execute (T progressIndicator, V additionalParams) throws CaseActionException |
Defines the signature for case action methods that can be passed as arguments to the doCaseAction method.
<T> | A ProgressIndicator |
<V> | The optional parameters stored in an Object. |
<R> | The return type of Void. |
R org.sleuthkit.autopsy.casemodule.Case.CaseAction< T, V, R >.execute | ( | T | progressIndicator, |
V | additionalParams | ||
) | throws CaseActionException |
The signature for a case action method.
progressIndicator | A ProgressIndicator. |
additionalParams | The optional parameters stored in an Object. |
CaseActionException |
Referenced by org.sleuthkit.autopsy.casemodule.Case.doOpenCaseAction().
Copyright © 2012-2022 Basis Technology. Generated on: Sun Apr 2 2023
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.