Interface EveryNodeCallback

  • All Superinterfaces:
    NodeCallback

    public interface EveryNodeCallback
    extends NodeCallback
    A callback for an TreeWalker that allows to get notified on every visite of a node in the tree.
    • Method Detail

      • onEvery

        void onEvery​(Node node)
        This method will be called by the tree walker, when a node is visited.
        Parameters:
        node - the node which is visited