| [news.eclipse.tools.emf] Re: Custom code for list of enums |
Tomas,
Hi!
I want to execute some custom code when enumerators are set. I do this in their respective set<enumname> methods. But I have one enumerator which is multiple. EMF generates an EList with a get<enumname> method. How can I run my custom code when enumerators are added to this list? (since there is no inverseAdd case)
Best Regards,
Tomas Zijdemans