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.
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionabstract void
doFirst()
Deprecated, for removal: This API element is subject to removal in a future version.abstract void
doLater()
Deprecated, for removal: This API element is subject to removal in a future version.start()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
BackgroundTask
public BackgroundTask()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
doFirst
public abstract void doFirst()Deprecated, for removal: This API element is subject to removal in a future version. -
doLater
public abstract void doLater()Deprecated, for removal: This API element is subject to removal in a future version. -
start
Deprecated, for removal: This API element is subject to removal in a future version.
-