Interface NodeClickEventListener

  • All Superinterfaces:
    ToolEventListener

    public interface NodeClickEventListener
    extends ToolEventListener
    Tool node click listener. Listen to node click on the visualization window.

    A tool which declares this listener is notified when user click on nodes.

    Author:
    Mathieu Bastian
    • Method Detail

      • clickNodes

        void clickNodes​(Node[] nodes)
        Notify nodes have been clicked by user on the visualization window.
        Parameters:
        nodes - the clicked nodes