Interface HierarchySection.FindHandler

  • Enclosing class:
    HierarchySection

    public static interface HierarchySection.FindHandler
    • Method Detail

      • onHover

        void onHover​(ComponentConnector connector)
        Called when the user hovers over a connector, which is highlighted. Also called when hovering outside the tree, e.g. over the debug console, but in this case the connector is null
        Parameters:
        connector -
      • onSelected

        void onSelected​(ComponentConnector connector)
        Called when the user clicks on a highlighted connector.
        Parameters:
        connector -