Class SaveAction

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

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

    • SaveAction

      public SaveAction(Master theMaster)
      Constructs a new save action.
      Parameters:
      theMaster - The model object which has to execute the save process.
  • Method Details

    • setSlavesPanel

      public final void setSlavesPanel(SlavesPanel newSlavesPanel)
      Sets a new slave panel containing all the information on the slaves and the snapshots to save.
      Parameters:
      newSlavesPanel - The new slave panel containing all the information on the slaves and the snapshots to save.
    • actionPerformed

      public final void actionPerformed(ActionEvent evt)