Interface AddTabClickHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onAddTabClick
(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
-