Package rekit.gui
Interface View
public interface View
This Interface defines the View for the MVC.
- Author:
- Dominik Fuchss
-
Method Summary
Modifier and TypeMethodDescriptionvoid
attachMe
(InputHelper inputHelper) Attach aInputHelper
.static View
Get the view.void
start()
Start the view.
-
Method Details
-
getView
Get the view.- Parameters:
model
- the model- Returns:
- the view
-
start
void start()Start the view. -
attachMe
Attach aInputHelper
.- Parameters:
inputHelper
- the inputHelper
-