Package VASSAL.tools

Class BackgroundTask

java.lang.Object
VASSAL.tools.BackgroundTask

@Deprecated(since="2021-12-01", forRemoval=true) public abstract class BackgroundTask extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Use {link SwingWorker} now that we ship the JAR for it.
Utility task for starting a thread that performs one task, doFirst(), then queues another another task, doLater(), for the Event Handler thread to execute This is basically a simple version of Sun's SwingWorker class.