Major commit, see changelog in JOpt-Notes.txt

This commit is contained in:
Marcel Kronfeld
2008-02-26 17:31:52 +00:00
parent 260d6e89ae
commit 3a18cedcc6
96 changed files with 4543 additions and 2905 deletions

View File

@@ -23,5 +23,5 @@ public interface RemoteStateListener {
public void performedStop();
public void performedStart(String infoString);
public void performedRestart(String infoString);
public void updateProgress(final int percent);
public void updateProgress(final int percent, String msg);
}