Package | Description |
---|---|
de.smarten.tsuro.shared.gamemodel |
The GameModel package is used by every other component of our software.
|
de.smarten.tsuro.shared.network | |
de.smarten.tsuro.shared.network.client |
This package contains classes and interfaces for ClientToServerConnections.
|
Modifier and Type | Method and Description |
---|---|
static JoinResponse |
JoinResponse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinResponse[] |
JoinResponse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static JoinResponse |
GameModelTranslator.eJoinResponseToJoinResponse(de.upb.swt.swtpra2017.swtinterface.JoinResponse eJoinResponse) |
Modifier and Type | Method and Description |
---|---|
static de.upb.swt.swtpra2017.swtinterface.JoinResponse |
GameModelTranslator.joinResponseToEJoinResponse(JoinResponse joinResponse) |
Modifier and Type | Method and Description |
---|---|
void |
IClientToServerConnectionCallable.processingRequestReplyCallback(JoinResponse response,
int clientId)
Will be called by the ClientToServerConnection when a ProcessingRequestReply is
received.
|
Copyright © 2017 smarTen. All rights reserved.