Package rekit.gui
Interface View
public interface View
This Interface defines the View for the MVC.
- Author:
- Dominik Fuchss
-
Method Summary
Modifier and TypeMethodDescriptionvoidattachMe(InputHelper inputHelper) Attach aInputHelper.static ViewGet the view.voidstart()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
-