Autopsy  4.17.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Private Attributes | List of all members
org.sleuthkit.autopsy.communications.VisualizationPanel.CancelationListener Class Reference

Inherits ActionListener.

Public Member Functions

void actionPerformed (ActionEvent event)
 

Private Attributes

Future<?> cancellable
 
ModalDialogProgressIndicator progress
 

Detailed Description

Listener that closses the given ModalDialogProgressIndicator and cancels the future.

Definition at line 1030 of file VisualizationPanel.java.

Member Function Documentation

void org.sleuthkit.autopsy.communications.VisualizationPanel.CancelationListener.actionPerformed ( ActionEvent  event)

Member Data Documentation

Future<?> org.sleuthkit.autopsy.communications.VisualizationPanel.CancelationListener.cancellable
private

Definition at line 1032 of file VisualizationPanel.java.

ModalDialogProgressIndicator org.sleuthkit.autopsy.communications.VisualizationPanel.CancelationListener.progress
private

Definition at line 1033 of file VisualizationPanel.java.


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

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