Package org.aavso.tools.vstar.ui.task
Class PluginManagerOperationTask
- All Implemented Interfaces:
Runnable,Future<Void>,RunnableFuture<Void>
A concurrent task in which a potentially long-running plugin management
operation is executed.
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.SwingWorker
SwingWorker.StateValue -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
-
Constructor Details
-
PluginManagerOperationTask
Constructor- Parameters:
manager- The plugin manager.message- The message to display. on the status bar.
-
-
Method Details
-
doInBackground
- Specified by:
doInBackgroundin classSwingWorker<Void,Void> - Throws:
Exception- See Also:
-
done
public void done()Executed in event dispatching thread- Overrides:
donein classSwingWorker<Void,Void>
-