Package org.loboevolution.install
Class StorageManager
- All Implemented Interfaces:
Runnable,Future<Void>,RunnableFuture<Void>
StorageManager class.
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.SwingWorker
SwingWorker.StateValueNested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State -
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, setProgressMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.concurrent.Future
exceptionNow, resultNow, state
-
Constructor Details
-
StorageManager
Constructor for StorageManager.
- Parameters:
frame- aJFrameobject.
-
-
Method Details
-
doInBackground
- Specified by:
doInBackgroundin classSwingWorker<Void,Void>
-
done
public void done()- Overrides:
donein classSwingWorker<Void,Void>
-