Interface PropertyTraversal.Observer

    • Method Detail

      • observe

        void observe​(PropertyPath.Path path,
                     PropertyDescriptor desc,
                     Object parent,
                     Object child)
        Presents the current path, descriptor and object to the observer.
        Parameters:
        path - the path
        desc - the property descriptor
        parent - the parent object
        child - the child object