Class ExitActionListener

java.lang.Object
com.nilhcem.fakesmtp.gui.listeners.ExitActionListener
All Implemented Interfaces:
ActionListener, EventListener

public class ExitActionListener extends Object implements ActionListener
Implements the Exit action.
Since:
2.1
Author:
Vest
  • Constructor Details

    • ExitActionListener

      public ExitActionListener(MainFrame mainFrame)
      MainFrame is used for closing.
      Parameters:
      mainFrame - MainFrame window that will be closed.
  • Method Details