Interface IAfterAdopt<T extends org.eclipse.emf.ecore.EObject>

    • Method Detail

      • afterAdopt

        void afterAdopt​(T nativeObject,
                        T adoptedObject,
                        IAdopterContext context)
        Do some work after native object adoption proccess is complete.
        Parameters:
        nativeObject - the native model object to get update information from, cannot be null
        adoptedObject - the adopted model object, cannot be null
        context - the adopter context, cannot be null