com.viewpagerindicator
Interface TitlePageIndicator.OnCenterItemClickListener

All Known Implementing Classes:
SampleTitlesCenterClickListener
Enclosing class:
TitlePageIndicator

public static interface TitlePageIndicator.OnCenterItemClickListener

Interface for a callback when the center item has been clicked.


Method Summary
 void onCenterItemClick(int position)
          Callback when the center item has been clicked.
 

Method Detail

onCenterItemClick

void onCenterItemClick(int position)
Callback when the center item has been clicked.

Parameters:
position - Position of the current center item.


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