Uses of Class
cardmanager.impl.NetworkLogger
-
Packages that use NetworkLogger Package Description cardmanager.gui cardmanager.gui.impl cardmanager.impl cardmanager.networking.impl -
-
Uses of NetworkLogger in cardmanager.gui
Constructors in cardmanager.gui with parameters of type NetworkLogger Constructor Description NetworkGameSettings(java.awt.Frame parent, boolean modal, Settings ts, CollectionOperator c, NetworkLogger logger)
Creates new form NetworkGameSettings -
Uses of NetworkLogger in cardmanager.gui.impl
Constructors in cardmanager.gui.impl with parameters of type NetworkLogger Constructor Description GameViewOutput(Settings settings, NetworkLogger logger)
-
Uses of NetworkLogger in cardmanager.impl
Methods in cardmanager.impl that return NetworkLogger Modifier and Type Method Description NetworkLogger
TempSettings. getLogger()
Methods in cardmanager.impl with parameters of type NetworkLogger Modifier and Type Method Description void
TempSettings. setLoger(NetworkLogger aThis)
-
Uses of NetworkLogger in cardmanager.networking.impl
Methods in cardmanager.networking.impl with parameters of type NetworkLogger Modifier and Type Method Description static SyncKeeper
AbstractNetworkGame. syncRequest(JoinedPlayer fromwho, java.lang.String reqestMessageToFromWho, SyncKeeper waitFor, int timeoout, java.lang.String message, NetworkLogger log)
-