Class LogAction

java.lang.Object
javax.swing.AbstractAction
zleurtor.scanmanager.control.LogAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class LogAction extends AbstractAction
The action triggered when the user click the "log" button.
Author:
Zleurtor
See Also:
  • Constructor Details

    • LogAction

      public LogAction(SlavesPanel theSlavesPanel)
      Constructs a new log action.
      Parameters:
      theSlavesPanel - The slaves panel for which the action shall performed.
  • Method Details

    • actionPerformed

      public final void actionPerformed(ActionEvent evt)