- All Implemented Interfaces:
Runnable,Future<Integer>,RunnableFuture<Integer>
Looks for missing SHA256 code and corrects them.
-
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, 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
-
CorrectSha256SwingWorker
-
-
Method Details
-
doInBackground
- Specified by:
doInBackgroundin classSwingWorker<Integer,String>
-
process
- Overrides:
processin classSwingWorker<Integer,String>
-
done
protected void done()The Swing Worked calls this method when done.- Overrides:
donein classSwingWorker<Integer,String>
-