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