Interface TreeviewNodeClickEvent
public interface TreeviewNodeClickEvent
Treeview component node click event handler interface
- Since:
- 4.0
- Author:
- JBStrap
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onNodeClick
(TreeviewNode node) The event is triggered, when the user clicks on a treeview node.
-
Method Details
-
onNodeClick
The event is triggered, when the user clicks on a treeview node.- Parameters:
node
- The instance of the node, that the user clicked on
-