|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteSetGame | |
org.cb.jset.client | The classes making the JSet client. |
org.cb.jset.server | The server part of the JSet game. |
Uses of RemoteSetGame in org.cb.jset.client |
Methods in org.cb.jset.client that return RemoteSetGame | |
static RemoteSetGame |
Client.getGame(java.lang.String host,
java.lang.String gameName)
|
Methods in org.cb.jset.client with parameters of type RemoteSetGame | |
void |
NetworkGame.setRemoteGame(RemoteSetGame remoteGame)
|
Uses of RemoteSetGame in org.cb.jset.server |
Classes in org.cb.jset.server that implement RemoteSetGame | |
class |
JSetRemoteGameImpl
An implementation of a remote Game. |
Methods in org.cb.jset.server that return RemoteSetGame | |
RemoteSetGame |
JSetGameServer.getGame(int id)
Returns the game identified by the specified id. |
RemoteSetGame[] |
JSetGameServer.getGames()
|
RemoteSetGame[] |
RemoteSetGameServer.getGames()
|
RemoteSetGame |
RemoteSetGameServer.getGame(int id)
Returns the game identified by the specified id. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |