mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 00:00:59 +00:00
Added Show "Renaming identifiers" status on file opening with auto rename identifiers on
This commit is contained in:
@@ -20,8 +20,9 @@ package com.jpexs.helpers;
|
||||
*
|
||||
* @author JPEXS
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface ProgressListener {
|
||||
|
||||
public void progress(int p);
|
||||
|
||||
public void status(String status);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user