Package com.xffffff.wellfed.mealplan
Interface MealPlanController.OnDataChanged
-
- Enclosing class:
- MealPlanController
public static interface MealPlanController.OnDataChanged
onDataChanged is the interface that is called when the data in the controller changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onDataChanged(MealPlan mealPlan)
-
-
-
Method Detail
-
onDataChanged
void onDataChanged(MealPlan mealPlan)
-
-