Added Show "Renaming identifiers" status on file opening with auto rename identifiers on

This commit is contained in:
Jindra Petřík
2023-10-01 18:21:38 +02:00
parent 085156d8a5
commit dae1fe0e8c
7 changed files with 74 additions and 40 deletions
@@ -20,8 +20,9 @@ package com.jpexs.helpers;
*
* @author JPEXS
*/
@FunctionalInterface
public interface ProgressListener {
public void progress(int p);
public void status(String status);
}