Class ClearHistoryAction

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

public class ClearHistoryAction extends AbstractAction

ClearHistoryAction class.

See Also:
  • Constructor Details

    • ClearHistoryAction

      public ClearHistoryAction(BrowserFrame frame)

      Constructor for ClearHistoryAction.

      Parameters:
      frame - a BrowserFrame object.
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)