Package VASSAL.launch
Class AbstractLaunchAction.LaunchTask
- All Implemented Interfaces:
Runnable,Future<Void>,RunnableFuture<Void>
- Enclosing class:
AbstractLaunchAction
-
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 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddone()protected intgetHeapSize(Prefs p, String key, int defaultHeap) protected intgetHeapSize(ReadOnlyPrefs p, String key, int defaultHeap) 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
-
Field Details
-
lr
-
-
Constructor Details
-
LaunchTask
protected LaunchTask()
-
-
Method Details
-
doInBackground
- Specified by:
doInBackgroundin classSwingWorker<Void,Void> - Throws:
InterruptedExceptionIOException
-
getHeapSize
-
getHeapSize
-
done
protected void done()- Overrides:
donein classSwingWorker<Void,Void>
-