java.lang.Object
stud.ntnu.idatt1005.pantrypal.controllers.Controller
stud.ntnu.idatt1005.pantrypal.controllers.HomeController

public class HomeController extends Controller
Controller class for the HomeView. This class is responsible for handling the logic for theHomeView.
  • Field Details

    • view

      private final stud.ntnu.idatt1005.pantrypal.views.HomeView view
      The view for the HomeController.
  • Constructor Details

    • HomeController

      public HomeController(ViewManager viewManager)
      Constructor that takes in a ViewManager and sets the view for the controller.
      Parameters:
      viewManager - the ViewManager for the application