format code

This commit is contained in:
2014-11-04 19:44:59 +01:00
parent 85e511fd4d
commit 556ad29573
23 changed files with 280 additions and 286 deletions
@@ -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);
}