Class ShutdownAction

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

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

    • ShutdownAction

      public ShutdownAction(Master theMaster, SlavesPanel theSlavesPanel)
      Constructs a new shutdown action.
      Parameters:
      theMaster - The model object which has to execute the Shutdown process.
      theSlavesPanel - The panel from which the action shall be done.
  • Method Details

    • actionPerformed

      public final void actionPerformed(ActionEvent evt)