| Package | Description |
|---|---|
| client.join |
| Modifier and Type | Class and Description |
|---|---|
class |
SelectColorView
Implementation for the select color view, which lets the user select the
desired color when they join a game
|
| Modifier and Type | Field and Description |
|---|---|
private ISelectColorView |
JoinGameController.selectColorView |
| Modifier and Type | Method and Description |
|---|---|
ISelectColorView |
JoinGameController.getSelectColorView() |
| Modifier and Type | Method and Description |
|---|---|
void |
JoinGameController.setSelectColorView(ISelectColorView selectColorView) |
| Constructor and Description |
|---|
JoinGameController(IJoinGameView view,
INewGameView newGameView,
ISelectColorView selectColorView,
IMessageView messageView)
JoinGameController constructor
|