Package 

Interface SlidingTabLayout.OnTabSelectedListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onSelected(int position) This method will be invoked when a new tab becomes selected.
      • Methods inherited from class java.lang.Object

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

      • onSelected

         abstract void onSelected(int position)

        This method will be invoked when a new tab becomes selected.

        Parameters:
        position - Position index of the new selected tab.