public interface AddTabButtonListener
TabSwitcher
, has been clicked. The listener is responsible for instantiating
and adding the tab.Modifier and Type | Method and Description |
---|---|
void |
onAddTab(TabSwitcher tabSwitcher)
The method, which is invoked, when a button, which allows to add a tab to a tab switcher, has
been clicked.
|
void onAddTab(@NonNull TabSwitcher tabSwitcher)
tabSwitcher
- The tab switcher, the tab should be added to, as an instance of the class TabSwitcher
. The tab switcher may not be null