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