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, enabledFields 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 TypeMethodDescriptionvoidvoidUpdate 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:
actionPerformedin interfaceActionListener
-
propertyChange
Update the progress bar's state whenever the progress of download changes.- Specified by:
propertyChangein interfacePropertyChangeListener
-