Class MainModel

The class to start the application and initialise other components.

Synopsis

 public final class MainModelimplements Runnable {
  public void logException(Throwable t);
  public String getOutData();
  public String getLogData();
  public static void main(java.lang.String[] args);
  public void run();
}

Methods inherited from java.lang.Object: clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait

Inheritance Path. java.lang.Object-> org.kaiwitte.workbench.ui.model.MainModel