Interface LeafClickHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onLeafClick
(LeafClickEvent event) This method is called when a leaf record is clicked on.
-
Method Details
-
onLeafClick
This method is called when a leaf record is clicked on.- Parameters:
event
- the event
-