| [news.eclipse.tools.emf] Re: [CDO] How can I get information on new objects in a view |
Anders Forsell wrote:
Hello,
I am using the getDetachedObjects() from CDOViewInvalidationEvent in my transaction listener to call a dispose() method for all objects that have been detached. This is used to clean out transient non-model things like event listeners.
Is there any way of doing a similar thing for new objects in the view so that I can call an initialize() method?
Make senses ?
--- Anders