public void setProgressText(String s) { history.setProgressText(s); }
public void resetProgress() { history.resetProgress(); }
public void initProgress() { history.init(); }
public void appendToHistory(String s) { history.addHist(s); }
public void addProgress(int n) { history.addProgress(n); }
@Override public void onMessageRecieved(String userName, String message) { historyView.onMessageRecieved(userName, message); }