Interface TabIconClickHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonTabIconClick(TabClickEvent event) Method fired when the user clicks the icon for a tab, as specified viaTab.icon. 
- 
Method Details
- 
onTabIconClick
Method fired when the user clicks the icon for a tab, as specified viaTab.icon.Default behavior will fire
icon.click()if specified, with two parameterstab(a pointer to the tab object andtabSeta pointer to the tabSet instance.- Parameters:
 event- the event
 
 -