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.StateValue
Nested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
done()
protected int
getHeapSize
(Prefs p, String key, int defaultHeap) protected int
getHeapSize
(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, setProgress
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.concurrent.Future
exceptionNow, resultNow, state
-
Field Details
-
lr
-
-
Constructor Details
-
LaunchTask
protected LaunchTask()
-
-
Method Details
-
doInBackground
- Specified by:
doInBackground
in classSwingWorker<Void,
Void> - Throws:
InterruptedException
IOException
-
getHeapSize
-
getHeapSize
-
done
protected void done()- Overrides:
done
in classSwingWorker<Void,
Void>
-