Interface LeafClickHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonLeafClick(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
 
 -