5455565758596061626364
@Override public boolean start() { LessExecuteThread run = new LessExecuteThread(lessCssCompiler, restartInterval); LessExecuteListener listen = new LessExecuteListener(run); run.addObserver(listen); new Thread(run).start(); return true; }