Package 

Interface SlidingTabLayout.OnTabClickListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onClick(int position) Called when a view has been clicked.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onClick

         abstract void onClick(int position)

        Called when a view has been clicked.

        Parameters:
        position - The position of the view that was clicked.