예제 #1
0
파일: Updater.java 프로젝트: tigerich/yawl
 // entry point - start the update process
 public void start() {
   Publisher.addEngineStatusListener(this);
   setState(State.Download);
 }