Interface TreeviewNodeSelectEvent
public interface TreeviewNodeSelectEvent
The treeview component node select event handling interface
- Since:
- 4.0
- Author:
- JBStrap
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onNodeSelect
(TreeviewNode node) The event is triggered, when the user selects a node in the treeview component.
-
Method Details
-
onNodeSelect
The event is triggered, when the user selects a node in the treeview component. Selection in this case means that the box before the node is checked in.- Parameters:
node
- The treeview node, that the user has selected, or deselected.
-