Package rekit.gui.controller
Interface Controller
public interface Controller
This Interface defines the Controller for the MVC.
- Author:
- Dominik Fuchss
-
Method Summary
Modifier and TypeMethodDescriptionstatic Controller
getController
(Model model, View view) Get the controller.void
start()
Start the Controller.
-
Method Details
-
getController
Get the controller.- Parameters:
model
- the modelview
- the view to attach all controls- Returns:
- the controller
-
start
void start()Start the Controller.
-