Interface OnStateChangedListener

  • All Implemented Interfaces:

    
    public interface OnStateChangedListener
    
                        

    刷新状态改变监听器 Created by scwang on 2017/5/26.

    • 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 void onStateChanged(RefreshLayout refreshLayout, RefreshState oldState, RefreshState newState) 【仅限框架内调用】状态改变事件 RefreshState
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • onStateChanged

         abstract void onStateChanged(RefreshLayout refreshLayout, RefreshState oldState, RefreshState newState)

        【仅限框架内调用】状态改变事件 RefreshState

        Parameters:
        refreshLayout - RefreshLayout
        oldState - 改变之前的状态
        newState - 改变之后的状态