Uses of DebugWriter in com.realtime.crossfire.jxclient.server.crossfire |
---|
Fields in com.realtime.crossfire.jxclient.server.crossfire declared as DebugWriter | |
---|---|
private DebugWriter |
DefaultCrossfireServerConnection.debugProtocol
The appender to write protocol commands to. |
Constructors in com.realtime.crossfire.jxclient.server.crossfire with parameters of type DebugWriter | |
---|---|
DefaultCrossfireServerConnection(java.lang.Object redrawSemaphore,
DebugWriter debugProtocol,
java.lang.String version)
Creates a new instance. |
Uses of DebugWriter in com.realtime.crossfire.jxclient.server.server |
---|
Constructors in com.realtime.crossfire.jxclient.server.server with parameters of type DebugWriter | |
---|---|
DefaultServerConnection(DebugWriter debugProtocol)
Creates a new instance. |
Uses of DebugWriter in com.realtime.crossfire.jxclient.server.socket |
---|
Fields in com.realtime.crossfire.jxclient.server.socket declared as DebugWriter | |
---|---|
private DebugWriter |
ClientSocket.debugProtocol
The appender to write state changes to. |
Constructors in com.realtime.crossfire.jxclient.server.socket with parameters of type DebugWriter | |
---|---|
ClientSocket(DebugWriter debugProtocol)
Creates a new instance. |
Uses of DebugWriter in com.realtime.crossfire.jxclient.sound |
---|
Fields in com.realtime.crossfire.jxclient.sound declared as DebugWriter | |
---|---|
private DebugWriter |
ClipCache.debugSound
The writer for logging sound related information or null to
not log. |
private DebugWriter |
SoundManager.debugSound
The writer for logging sound related information or null to
not log. |
private DebugWriter |
AudioFileLoader.debugSound
The writer for logging sound related information or null to
not log. |
private DebugWriter |
MusicManager.debugSound
The writer for logging sound related information or null to
not log. |
Constructors in com.realtime.crossfire.jxclient.sound with parameters of type DebugWriter | |
---|---|
AudioFileLoader(DebugWriter debugSound)
Private constructor to prevent instantiation. |
|
ClipCache(AudioFileLoader audioFileLoader,
DebugWriter debugSound)
Creates a new instance. |
|
ClipManager(AudioFileLoader audioFileLoader,
DebugWriter debugSound)
Creates a new instance. |
|
MusicManager(AudioFileLoader audioFileLoader,
DebugWriter debugSound)
Creates a new instance. |
|
SoundManager(GuiStateManager guiStateManager,
DebugWriter debugSound)
Creates a new instance. |