Interface IReferenceOwner<TARGET extends IPropCnr>

    • Method Detail

      • onResolved

        void onResolved​(Atom refAtom,
                        TARGET target)
        Called when the reference has been resolved.
        Parameters:
        refAtom - The atom of the reference property.
        target - The target reference.
      • onBroken

        void onBroken​(Atom refAtom,
                      TARGET target)
        Called when the reference has been broken, i.e. unresolved.
        Parameters:
        refAtom - The atom of the reference property.
        target - The target reference.