android.support.design.widget.TabLayout.OnTabSelectedListener |
Known Indirect Subclasses |
Callback interface invoked when a tab's selection state changes.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when a tab that is already selected is chosen again by the user.
| |||||||||||
Called when a tab enters the selected state.
| |||||||||||
Called when a tab exits the selected state.
|
Called when a tab that is already selected is chosen again by the user. Some applications may use this action to return to the top level of a category.
tab | The tab that was reselected. |
---|
Called when a tab enters the selected state.
tab | The tab that was selected |
---|
Called when a tab exits the selected state.
tab | The tab that was unselected |
---|