Uses of Interface
cardmanager.networking.NetworkGame
-
Packages that use NetworkGame Package Description cardmanager.gui cardmanager.impl cardmanager.impl.networking cardmanager.networking.impl -
-
Uses of NetworkGame in cardmanager.gui
Methods in cardmanager.gui that return NetworkGame Modifier and Type Method Description NetworkGame
NetworkGameSettings. getResult()
Methods in cardmanager.gui with parameters of type NetworkGame Modifier and Type Method Description void
NetworkGameSettings. setResult(NetworkGame result)
-
Uses of NetworkGame in cardmanager.impl
Methods in cardmanager.impl that return NetworkGame Modifier and Type Method Description NetworkGame
TempSettings. getNetwork()
Methods in cardmanager.impl with parameters of type NetworkGame Modifier and Type Method Description void
NetworkLogger. setNetwork(NetworkGame result)
void
TempSettings. setNetwork(NetworkGame aThis)
-
Uses of NetworkGame in cardmanager.impl.networking
Methods in cardmanager.impl.networking that return NetworkGame Modifier and Type Method Description NetworkGame
NetworkStarter. notifiedFinished()
NetworkGame
NetworkStarter. notifyFinished()
-
Uses of NetworkGame in cardmanager.networking.impl
Classes in cardmanager.networking.impl that implement NetworkGame Modifier and Type Class Description class
AbstractNetworkGame
class
ClientNetworkGame
class
ServerNetworkGame
-