use of eu.esdihumboldt.hale.ui.index.InstanceIndexUpdateService in project hale by halestudio.
the class IndexStartup method earlyStartup.
@Override
public void earlyStartup() {
final InstanceIndexUpdateService indexUpdater = PlatformUI.getWorkbench().getService(InstanceIndexUpdateService.class);
final AlignmentService alignmentService = PlatformUI.getWorkbench().getService(AlignmentService.class);
alignmentService.addListener(indexUpdater);
}
Aggregations