[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.emf] [CDO] How can I get information on new objects in a view

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?

---
Anders