Hi Lars,
i just went through your tutorial
@
http://www.vogella.com/articles/EclipseEMFNotification/article.html
in the end of the article you note that the output of the two
observers differs.
i can't reproduce this.
my console output is this:
< ElementObserver >
I'm adding a persons.
Notfication received from the data model. Data model has changed!!!
I'm changing a entry
< TotalObserver >
I'm adding a person.
Notfication received from the data model. Data model has changed!!!
I'm changing a entry
so i can't see any difference in the output of those two observers
(in code one calls super.notifyChanged and the other doesn't)
Thank you!
_______________
OS: Windows XP
EMF 2.7.2
Eclipse for RCP and RAP Developers
Version: Indigo Service Release 2