Class ECommerceController

java.lang.Object
com.jahnreil_stratpoint.controller.ECommerceController

public class ECommerceController extends Object
The ECommerceController class manages the overall e-commerce application, coordinating between the main menu, product shelf, and shopping cart.
  • Constructor Details

    • ECommerceController

      public ECommerceController()
  • Method Details

    • startECommerceController

      public void startECommerceController()
      Starts the e-commerce controller, initializing the product list and managing the main menu loop.