Interface Controller


public interface Controller
This Interface defines the Controller for the MVC.
Author:
Dominik Fuchss
  • Method Summary

    Modifier and Type
    Method
    Description
    static Controller
    getController(Model model, View view)
    Get the controller.
    void
    Start the Controller.
  • Method Details

    • getController

      static Controller getController(Model model, View view)
      Get the controller.
      Parameters:
      model - the model
      view - the view to attach all controls
      Returns:
      the controller
    • start

      void start()
      Start the Controller.