Class SnapshotAction

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

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

    • SnapshotAction

      public SnapshotAction(Master theMaster, SlavesPanel theSlavesPanel)
      Constructs a new snapshot action.
      Parameters:
      theMaster - The model object which has to execute the save process.
      theSlavesPanel - The slave panel containing all the information on the slaves.
  • Method Details

    • actionPerformed

      public final void actionPerformed(ActionEvent evt)