Package com.xffffff.wellfed.common
Interface EditItemAdapter.OnDeleteListener<Item>
-
- Type Parameters:
Item
- the item that is being deleted
- All Known Implementing Classes:
EditIngredientsFragment
,EditRecipesFragment
,EditRecyclerViewFragment
- Enclosing class:
- EditItemAdapter<Item>
public static interface EditItemAdapter.OnDeleteListener<Item>
onDeleteListener is the interface that handles the delete button
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onDelete(Item item)
-
-
-
Method Detail
-
onDelete
void onDelete(Item item)
-
-