Class ExitAction

java.lang.Object
javax.swing.AbstractAction
org.loboevolution.menu.ExitAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class ExitAction extends AbstractAction

ExitAction class.

See Also:
  • Constructor Details

    • ExitAction

      public ExitAction(BrowserFrame frame)

      Constructor for ExitAction.

      Parameters:
      frame - a BrowserFrame object.
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent arg0)