public static interface

TitlePageIndicator.OnCenterItemClickListener

com.viewpagerindicator.TitlePageIndicator.OnCenterItemClickListener

Class Overview

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

Summary

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

Public Methods

public abstract void onCenterItemClick (int position)

Callback when the center item has been clicked.

Parameters
position Position of the current center item.