mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 09:37:26 +00:00
#1240 JPEXS does not use multiple threads for decompilation on Text Search: AS2 is also multi thread now, work status improvements during search
This commit is contained in:
@@ -20,8 +20,9 @@ package com.jpexs.decompiler.flash.cache;
|
||||
*
|
||||
* @author JPEXS
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface ScriptDecompiledListener<T> {
|
||||
|
||||
public void onStart();
|
||||
|
||||
public void onComplete(T result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user