Class ECommerceController
java.lang.Object
com.jahnreil_stratpoint.controller.ECommerceController
The ECommerceController class manages the overall e-commerce application, coordinating
between the main menu, product shelf, and shopping cart.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Starts the e-commerce controller, initializing the product list and managing the main menu loop.
-
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.
-