Package com.realtime.crossfire.jxclient.server.crossfire

Interface Summary
CrossfireAccountListener Interface for listeners interested in account information related messages received from the Crossfire server.
CrossfireComcListener Interface for listeners interested in comc commands received from the server.
CrossfireDrawextinfoListener Interface for listeners interested in drawextinfo messages received from the Crossfire server.
CrossfireDrawinfoListener Interface for listeners interested in drawinfo messages received from the Crossfire server.
CrossfireExpTableListener Interface for listeners interested in "replyinfo exp_table" responses.
CrossfireFaceListener Interface for listeners interested in "face1"/"face2" commands.
CrossfireFailureListener Interface for listeners interested in the "failure" messages received from the Crossfire server.
CrossfireMagicmapListener Interface for listeners interested in magicmap messages received from the Crossfire server.
CrossfireMusicListener Interface for listeners interested in "music" commands.
CrossfirePickupListener Interface for listeners interested in "pickup" messages.
CrossfireQueryListener Interface for listeners interested in query messages received from the Crossfire server.
CrossfireServerConnection Adds encoding/decoding of crossfire protocol packets to a ServerConnection.
CrossfireServerConnectionListener Interface for listeners interested in CrossfireServerConnectionListener related events.
CrossfireSkillInfoListener Interface for listeners interested in skill info responses.
CrossfireSoundListener Interface for listeners interested in "sound" commands.
CrossfireSpellListener Interface for listeners interested in spell information related messages received from the Crossfire server.
CrossfireStatsListener Interface for listeners interested in stats messages received from the Crossfire server.
CrossfireTickListener Interface for listeners interested in "tick" commands.
CrossfireUpdateFaceListener Listener to be notified of updated face information.
CrossfireUpdateItemListener Interface for listeners interested in item related commands.
CrossfireUpdateMapListener Interface for listeners interested in map related commands.
MapSizeListener Listener for clients interested in map size changes.
SentReplyListener Listener for classes interested in sent "reply" commands.
 

Class Summary
DefaultCrossfireServerConnection Default implementation of CrossfireServerConnection.
MessageTypes Encapsulates the message type numbers for drawextinfo messages.