mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 04:20:51 +00:00
format code
This commit is contained in:
@@ -5,6 +5,8 @@ package com.jpexs.decompiler.flash.gui.debugger;
|
||||
* @author JPEXS
|
||||
*/
|
||||
public interface DebugListener {
|
||||
public void onMessage(String clientId,String msg);
|
||||
|
||||
public void onMessage(String clientId, String msg);
|
||||
|
||||
public void onFinish(String clientId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user