public abstract class Controller extends java.lang.Object implements IController
Modifier | Constructor and Description |
---|---|
protected |
Controller(IView view) |
Modifier and Type | Method and Description |
---|---|
IView |
getView()
View getter
|
private void |
setView(IView view) |
private IView view
protected Controller(IView view)
private void setView(IView view)
public IView getView()
IController
getView
in interface IController