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?