Class DownloadDialog.CancelAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.download.DownloadDialog.CancelAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- DownloadDialog
class DownloadDialog.CancelAction extends javax.swing.AbstractAction
Action that is executed when the cancel button is pressed.
-
-
Constructor Summary
Constructors Constructor Description CancelAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
void
run()
Cancels the download-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
CancelAction
CancelAction()
-
-
Method Detail
-
run
public void run()
Cancels the download
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-