|
Autopsy
4.21.0
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-2024 Sleuth Kit Labs. Generated on: Mon Mar 17 2025
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.