com.viewpagerindicator
Interface TabPageIndicator.OnTabReselectedListener

Enclosing class:
TabPageIndicator

public static interface TabPageIndicator.OnTabReselectedListener

Interface for a callback when the selected tab has been reselected.


Method Summary
 void onTabReselected(int position)
          Callback when the selected tab has been reselected.
 

Method Detail

onTabReselected

void onTabReselected(int position)
Callback when the selected tab has been reselected.

Parameters:
position - Position of the current center item.


Copyright © 2011-2012 Jake Wharton. All Rights Reserved.