Interface ShoppingCartIngredientAdapter.OnCheckedListener

  • Enclosing class:
    ShoppingCartIngredientAdapter

    public static interface ShoppingCartIngredientAdapter.OnCheckedListener
    onCheckedListener interface for the ShoppingCartIngredientAdapter.
    • Method Detail

      • onCheckBoxClick

        void onCheckBoxClick​(java.lang.String id,
                             boolean isChecked)