Package 

Interface SimpleTabItemSelectedListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit onSelected(Integer index, Integer old) 选中导航栏的某一项
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • onSelected

         abstract Unit onSelected(Integer index, Integer old)

        选中导航栏的某一项

        Parameters:
        index - 索引导航按钮,按添加顺序排序
        old - 前一个选中项,如果没有就等于-1