Interface RecyclerAdapter.CustomClickListener
-
- Enclosing class:
- RecyclerAdapter
public static interface RecyclerAdapter.CustomClickListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcusOnClick(int position, android.view.View v)voidonDeleteClick(int position)
-