Interface TreeviewNodeClickEvent


public interface TreeviewNodeClickEvent
Treeview component node click event handler interface
Since:
4.0
Author:
JBStrap
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The event is triggered, when the user clicks on a treeview node.
  • Method Details

    • onNodeClick

      void onNodeClick(TreeviewNode node)
      The event is triggered, when the user clicks on a treeview node.
      Parameters:
      node - The instance of the node, that the user clicked on