Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [xtext-dev] Changes in EMF Index

Hi Knut,

----8<----
I presume it should also be possible to plug an IndexFeeder and an
EmfResourceChangeListener (or multiple) into the IndexBuilderImpl used
by the incremental project builder. This hook went missing with the
last refactoring.
----8<----

You can still register EmfResourceChangeListeners to the IndexBuilderImpl by
	indexBuilder.getListenerRegistry().add(...)
The index feeder manages the consistency of the index store and should not be customized apart from the
	addXXXDescriptor
methods.

Regards
Jan
---
Dr. Jan Köhnlein
Senior Software Architekt

Telefon: +49 (0) 431 / 5606-337
Mobile: +49 (0) 151 / 17396687
Telefax: +49 (0) 431 / 5606-339

http://www.itemis.de
jan.koehnlein@xxxxxxxxx

itemis AG
Niederlassung Kiel
Schauenburgerstr. 116
24118 Kiel
http://www.itemis.de/

Rechtlicher Hinweis:
Registergericht: Amtsgericht Dortmund HRB 20621
Sitz der Gesellschaft: Lünen
Vorstand: Wolfgang Neuhaus, Jens Wagener, Dr. Georg Pietrek
Aufsichtsrat: Prof. Dr. Burkhard Igel (Vorsitzender), Stephan Grollmann, Michael Neuhaus



Back to the top