Interface NodeListener

  • All Known Implementing Classes:
    NodeListener.Listeners

    public interface NodeListener
    Node listener interface.
    • Method Detail

      • parentChanged

        void parentChanged​(Node node,
                           Element previousParent)
        Called when a node's parent has changed.
        Parameters:
        node - The node that has moved.
        previousParent - The previous parent of this node.