Package rekit.gui

Interface View


public interface View
This Interface defines the View for the MVC.
Author:
Dominik Fuchss
  • Method Details

    • getView

      static View getView(Model model)
      Get the view.
      Parameters:
      model - the model
      Returns:
      the view
    • start

      void start()
      Start the view.
    • attachMe

      void attachMe(InputHelper inputHelper)
      Attach a InputHelper.
      Parameters:
      inputHelper - the inputHelper