| Package | Description |
|---|---|
| client.join | |
| client.login | |
| client.misc |
| Modifier and Type | Field and Description |
|---|---|
private IMessageView |
JoinGameController.messageView |
| Modifier and Type | Method and Description |
|---|---|
IMessageView |
JoinGameController.getMessageView() |
| Modifier and Type | Method and Description |
|---|---|
void |
JoinGameController.setMessageView(IMessageView messageView) |
| Constructor and Description |
|---|
JoinGameController(IJoinGameView view,
INewGameView newGameView,
ISelectColorView selectColorView,
IMessageView messageView)
JoinGameController constructor
|
| Modifier and Type | Field and Description |
|---|---|
private IMessageView |
LoginController.messageView |
| Modifier and Type | Method and Description |
|---|---|
IMessageView |
LoginController.getMessageView() |
| Constructor and Description |
|---|
LoginController(ILoginView view,
IMessageView messageView)
LoginController constructor
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageView
Implementation for the message view, which is used to display messages to the user
|