Package | Description |
---|---|
client.join |
Modifier and Type | Class and Description |
---|---|
class |
NewGameView
Implementation for the new game view, which lets the user enter parameters
for a new game
|
Modifier and Type | Field and Description |
---|---|
private INewGameView |
JoinGameController.newGameView |
Modifier and Type | Method and Description |
---|---|
INewGameView |
JoinGameController.getNewGameView() |
Modifier and Type | Method and Description |
---|---|
void |
JoinGameController.setNewGameView(INewGameView newGameView) |
Constructor and Description |
---|
JoinGameController(IJoinGameView view,
INewGameView newGameView,
ISelectColorView selectColorView,
IMessageView messageView)
JoinGameController constructor
|