Class UpdateAction

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

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

    • UpdateAction

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

    • actionPerformed

      public final void actionPerformed(ActionEvent evt)