Package | Description |
---|---|
client.points |
Modifier and Type | Class and Description |
---|---|
class |
GameFinishedView
Implementation for the game finished view, which is displayed when the game is over
|
Modifier and Type | Field and Description |
---|---|
private IGameFinishedView |
PointsController.finishedView |
Modifier and Type | Method and Description |
---|---|
IGameFinishedView |
PointsController.getFinishedView() |
Modifier and Type | Method and Description |
---|---|
void |
PointsController.setFinishedView(IGameFinishedView finishedView) |
Constructor and Description |
---|
PointsController(IPointsView view,
IGameFinishedView finishedView)
PointsController constructor
|