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 ControllergetController(Model model, View view) Get the controller.voidstart()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.
-