Autopsy  4.13.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Public Member Functions | Static Private Attributes | List of all members
org.sleuthkit.autopsy.actions.ExitAction Class Reference

Inherits ActionListener.

Public Member Functions

void actionPerformed (ActionEvent e)
 

Static Private Attributes

static final Logger logger = Logger.getLogger(ExitAction.class.getName())
 

Detailed Description

The action associated with the Case/Exit menu item. It closes the current case, if any, and shuts down the application.

Definition at line 46 of file ExitAction.java.

Member Function Documentation

void org.sleuthkit.autopsy.actions.ExitAction.actionPerformed ( ActionEvent  e)

Member Data Documentation

final Logger org.sleuthkit.autopsy.actions.ExitAction.logger = Logger.getLogger(ExitAction.class.getName())
staticprivate

Definition at line 48 of file ExitAction.java.


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

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