Exemplo n.º 1
0
 private void refresh() {
   if (mEnablePullRefresh && null != mListener) {
     mListener.onRefresh();
   }
 }