Notification fired when a tab is selected. Note that this will only fire if this tabSet is drawn. If a tab is selected before TabSet.draw() is called, the tabSelected() notification will fire on draw()
@param handler the tabSelected handler
@return {@link HandlerRegistration} used to remove this handler
| |