Interface MealPlanController.OnAdapterDataChangedListener

  • Enclosing class:
    MealPlanController

    public static interface MealPlanController.OnAdapterDataChangedListener
    onAdapterDataChangedListener is the interface that is called when the data in the adapter changes.
    • Method Detail

      • onAdapterDataChanged

        void onAdapterDataChanged​(MealPlan mealPlan,
                                  int position)