public class RVHItemClickListener
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
RVHItemClickListener.OnItemClickListener
The interface On item click listener.
|
| Constructor and Description |
|---|
RVHItemClickListener(android.content.Context context,
RVHItemClickListener.OnItemClickListener listener)
Instantiates a new Rvh item click listener.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
onInterceptTouchEvent(RecyclerView view,
android.view.MotionEvent e) |
void |
onRequestDisallowInterceptTouchEvent(boolean disallowIntercept) |
void |
onTouchEvent(RecyclerView view,
android.view.MotionEvent motionEvent) |
public RVHItemClickListener(android.content.Context context,
RVHItemClickListener.OnItemClickListener listener)
context - the contextlistener - the listenerpublic boolean onInterceptTouchEvent(RecyclerView view,
android.view.MotionEvent e)
public void onTouchEvent(RecyclerView view,
android.view.MotionEvent motionEvent)
public void onRequestDisallowInterceptTouchEvent(boolean disallowIntercept)