Package com.xffffff.wellfed.mealplan
Interface MealPlanController.OnAdapterDataChangedListener
-
- Enclosing class:
- MealPlanController
public static interface MealPlanController.OnAdapterDataChangedListeneronAdapterDataChangedListener is the interface that is called when the data in the adapter changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAdapterDataChanged(MealPlan mealPlan, int position)
-
-
-
Method Detail
-
onAdapterDataChanged
void onAdapterDataChanged(MealPlan mealPlan, int position)
-
-