Interface AddTabClickHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonAddTabClick(AddTabClickEvent event) Notification method fired when the user clicks theaddTabButton. 
- 
Method Details
- 
onAddTabClick
Notification method fired when the user clicks theaddTabButton.No default implementation.
- Parameters:
 event- the event
 
 -