Uses of Class
cardmanager.impl.NetworkLogger

Packages that use NetworkLogger
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
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
GameViewOutput(Settings settings, NetworkLogger logger)
           
 

Uses of NetworkLogger in cardmanager.impl
 

Methods in cardmanager.impl that return NetworkLogger
 NetworkLogger TempSettings.getLogger()
           
 

Methods in cardmanager.impl with parameters of type NetworkLogger
 void TempSettings.setLoger(NetworkLogger aThis)
           
 

Uses of NetworkLogger in cardmanager.networking.impl
 

Methods in cardmanager.networking.impl with parameters of type NetworkLogger
static SyncKeeper AbstractNetworkGame.syncRequest(JoinedPlayer fromwho, java.lang.String reqestMessageToFromWho, SyncKeeper waitFor, int timeoout, java.lang.String message, NetworkLogger log)