コード例 #1
0
 @Override
 protected void initialize(IProgressMonitor monitor) {
   super.initialize(monitor);
   // register for Server started and Server stopped events
   EventService.getInstance().subscribe(this, new ServerStartedAndStoppedFilter());
   EventService.getInstance().subscribe(this, new LiveReloadClientRefreshFilter());
 }