public interface HasTabSelectedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addTabSelectedHandler(TabSelectedHandler handler)
Notification fired when a tab is selected.
|
fireEvent
HandlerRegistration addTabSelectedHandler(TabSelectedHandler handler)
TabSet.draw()
is called, the tabSelected()
notification will fire on
draw()
handler
- the tabSelected handlerHandlerRegistration
used to remove this handler