Package VASSAL.tools.version
Class AbstractUpdateCheckRequest
- All Implemented Interfaces:
Runnable,Future<Boolean>,RunnableFuture<Boolean>
- Direct Known Subclasses:
UpdateCheckRequest
- Since:
- 3.1.0
- Author:
- Joel Uckelman
-
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
-
AbstractUpdateCheckRequest
public AbstractUpdateCheckRequest()
-
-
Method Details
-
doInBackground
- Specified by:
doInBackgroundin classSwingWorker<Boolean,Void> - Throws:
IOException
-
done
protected abstract void done()- Overrides:
donein classSwingWorker<Boolean,Void>
-