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