Class TrashAction

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

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

    • TrashAction

      public TrashAction(Master theMaster, SlavesPanel thePanel)
      Constructs a new trash action.
      Parameters:
      theMaster - The model object which has to execute the save process.
      thePanel - The slaves panel involved in the action.
  • Method Details

    • actionPerformed

      public final void actionPerformed(ActionEvent evt)