- Enclosing class:
RecipePopup
public static interface RecipePopup.OnSave
Interface for when the user saves the form.
-
Method Summary
void
cb(int id,
String name,
String categories,
int cookingTime,
Map<Integer,javafx.util.Pair<Integer,String>> ingredients,
Map<Integer,Integer> newIngredients,
List<RecipeStep> steps,
List<RecipeStep> newSteps)
-
Method Details
-
cb
void cb(int id,
String name,
String categories,
int cookingTime,
Map<Integer,javafx.util.Pair<Integer,String>> ingredients,
Map<Integer,Integer> newIngredients,
List<RecipeStep> steps,
List<RecipeStep> newSteps)