Package org.loboevolution.download
Class DownloadFileAction
java.lang.Object
javax.swing.AbstractAction
org.loboevolution.download.DownloadFileAction
- All Implemented Interfaces:
ActionListener
,PropertyChangeListener
,Serializable
,Cloneable
,EventListener
,Action
DownloadFileAction class.
- See Also:
-
Field Summary
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Update the progress bar's state whenever the progress of download changes.Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Method Details
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-
propertyChange
Update the progress bar's state whenever the progress of download changes.- Specified by:
propertyChange
in interfacePropertyChangeListener
-