mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-09 07:23:42 +00:00
canceling tasks fixes
This commit is contained in:
@@ -66,6 +66,9 @@ public abstract class CancellableWorker<T> implements RunnableFuture<T> {
|
||||
future.run();
|
||||
}
|
||||
|
||||
protected void onStart() {
|
||||
}
|
||||
|
||||
protected void done() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user