Interface TaskAdapter.OnTaskClickListener
-
- Enclosing class:
- TaskAdapter
public static interface TaskAdapter.OnTaskClickListener
Helper method that passes task id to the viewholder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onTaskClick(View view, Task task)
-