public class PointsController extends Controller implements IPointsController
Constructor and Description |
---|
PointsController(IPointsView view,
IGameFinishedView finishedView)
PointsController constructor
|
Modifier and Type | Method and Description |
---|---|
IGameFinishedView |
getFinishedView() |
IPointsView |
getPointsView() |
void |
setFinishedView(IGameFinishedView finishedView) |
getView
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getView
public PointsController(IPointsView view, IGameFinishedView finishedView)
view
- Points viewfinishedView
- Game finished view, which is displayed when the game is overpublic IPointsView getPointsView()
public IGameFinishedView getFinishedView()
public void setFinishedView(IGameFinishedView finishedView)