No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | android.app.ActionBar.TabListener | 
Callback interface invoked when a tab is focused, unfocused, added, or removed.
| 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. | 
|---|---|
| ft | A FragmentTransactionfor queuing fragment operations to execute once this method returns. This FragmentTransaction does not support being added to the back stack. | 
Called when a tab enters the selected state.
| tab | The tab that was selected | 
|---|---|
| ft | A FragmentTransactionfor queuing fragment operations to execute during a tab switch. The previous tab's unselect and this tab's select will be executed in a single transaction. This FragmentTransaction does not support being added to the back stack. | 
Called when a tab exits the selected state.
| tab | The tab that was unselected | 
|---|---|
| ft | A FragmentTransactionfor queuing fragment operations to execute during a tab switch. This tab's unselect and the newly selected tab's select will be executed in a single transaction. This FragmentTransaction does not support being added to the back stack. |