public void run() { try { HTTPServer.startServer(view.export()); } catch (Exception e) { e.printStackTrace(); } };
public BasicReport(Widget view, Model model) { this.view = view; view.setCtrl(model); };