Bug 502573 - Replace IRegistryChangeListener by IRegistryEventListener
Summary: Replace IRegistryChangeListener by IRegistryEventListener
Status: NEW
Alias: None
Product: Sirius
Classification: Modeling
Component: Core (show other bugs)
Version: 0.9   Edit
Hardware: PC Windows NT
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2016-09-29 10:00 EDT by Laurent Redor CLA
Modified: 2016-09-30 09:49 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Laurent Redor CLA 2016-09-29 10:00:36 EDT
During a analysis of another subject, I noticed that I have a problem from a IRegistryChangeListener. I copied the existing EditingDomainFactoryRegistryListener in Sirius. But there is a problem in my copy. I then replaced IRegistryChangeListener by IRegistryEventListener (as explains in javadoc of IRegistryChangeListener) and it is OK.

I think we must check all the dynamic aspect of Sirius extension point (all classes implementing IRegistryChangeListener ).