com.handmark.pulltorefresh.library.PullToRefreshBase.OnPullEventListener Java Examples
The following examples show how to use
com.handmark.pulltorefresh.library.PullToRefreshBase.OnPullEventListener.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: IPullToRefresh.java From Social with Apache License 2.0 | 2 votes |
/** * Set OnPullEventListener for the Widget * * @param listener - Listener to be used when the Widget has a pull event to * propogate. */ public void setOnPullEventListener(OnPullEventListener<T> listener);
Example #2
Source File: IPullToRefresh.java From sctalk with Apache License 2.0 | 2 votes |
/** * Set OnPullEventListener for the Widget * * @param listener - Listener to be used when the Widget has a pull event to * propogate. */ public void setOnPullEventListener(OnPullEventListener<T> listener);
Example #3
Source File: IPullToRefresh.java From BigApp_Discuz_Android with Apache License 2.0 | 2 votes |
/** * Set OnPullEventListener for the Widget * * @param listener - Listener to be used when the Widget has a pull event to * propogate. */ public void setOnPullEventListener(OnPullEventListener<T> listener);
Example #4
Source File: IPullToRefresh.java From FanXin-based-HuanXin with GNU General Public License v2.0 | 2 votes |
/** * Set OnPullEventListener for the Widget * * @param listener - Listener to be used when the Widget has a pull event to * propogate. */ public void setOnPullEventListener(OnPullEventListener<T> listener);
Example #5
Source File: IPullToRefresh.java From LbaizxfPulltoRefresh with Apache License 2.0 | 2 votes |
/** * Set OnPullEventListener for the Widget * * @param listener - Listener to be used when the Widget has a pull event to * propogate. */ public void setOnPullEventListener(OnPullEventListener<T> listener);
Example #6
Source File: IPullToRefresh.java From GifAssistant with Apache License 2.0 | 2 votes |
/** * Set OnPullEventListener for the Widget * * @param listener - Listener to be used when the Widget has a pull event to * propogate. */ public void setOnPullEventListener(OnPullEventListener<T> listener);
Example #7
Source File: IPullToRefresh.java From PullToRefreshLibrary with Apache License 2.0 | 2 votes |
/** * Set OnPullEventListener for the Widget * * @param listener - Listener to be used when the Widget has a pull event to * propogate. */ public void setOnPullEventListener(OnPullEventListener<T> listener);
Example #8
Source File: IPullToRefresh.java From SweetMusicPlayer with Apache License 2.0 | 2 votes |
/** * Set OnPullEventListener for the Widget * * @param listener - Listener to be used when the Widget has a pull event to * propogate. */ public void setOnPullEventListener(OnPullEventListener<T> listener);
Example #9
Source File: IPullToRefresh.java From ONE-Unofficial with Apache License 2.0 | 2 votes |
/** * Set OnPullEventListener for the Widget * * @param listener - Listener to be used when the Widget has a pull event to * propogate. */ public void setOnPullEventListener(OnPullEventListener<T> listener);
Example #10
Source File: IPullToRefresh.java From bmob-android-demo-paging with GNU General Public License v3.0 | 2 votes |
/** * Set OnPullEventListener for the Widget * * @param listener - Listener to be used when the Widget has a pull event to * propogate. */ public void setOnPullEventListener(OnPullEventListener<T> listener);
Example #11
Source File: IPullToRefresh.java From iSCAU-Android with GNU General Public License v3.0 | 2 votes |
/** * Set OnPullEventListener for the Widget * * @param listener - Listener to be used when the Widget has a pull event to * propogate. */ public void setOnPullEventListener(OnPullEventListener<T> listener);
Example #12
Source File: IPullToRefresh.java From PullToRefresh-PinnedSection-ListView with MIT License | 2 votes |
/** * Set OnPullEventListener for the Widget * * @param listener - Listener to be used when the Widget has a pull event to * propogate. */ public void setOnPullEventListener(OnPullEventListener<T> listener);
Example #13
Source File: IPullToRefresh.java From handmarkPulltorefreshLibrary with Apache License 2.0 | 2 votes |
/** * Set OnPullEventListener for the Widget * * @param listener - Listener to be used when the Widget has a pull event to * propogate. */ public void setOnPullEventListener(OnPullEventListener<T> listener);
Example #14
Source File: IPullToRefresh.java From zen4android with MIT License | 2 votes |
/** * Set OnPullEventListener for the Widget * * @param listener - Listener to be used when the Widget has a pull event to * propogate. */ public void setOnPullEventListener(OnPullEventListener<T> listener);
Example #15
Source File: IPullToRefresh.java From effective_android_sample with Apache License 2.0 | 2 votes |
/** * Set OnPullEventListener for the Widget * * @param listener - Listener to be used when the Widget has a pull event to * propogate. */ public void setOnPullEventListener(OnPullEventListener<T> listener);
Example #16
Source File: IPullToRefresh.java From FacebookNewsfeedSample-Android with Apache License 2.0 | 2 votes |
/** * Set OnPullEventListener for the Widget * * @param listener - Listener to be used when the Widget has a pull event to * propogate. */ public void setOnPullEventListener(OnPullEventListener<T> listener);