Uses of Package
ks.common.message

Packages that use ks.common.message
ks.client.interfaces All interfaces in this package are pre-defined contracts between the various system components that exist within the KombatSolitaire Client. 
ks.common.message Core set of messages that exist independently from any individual Component within the KombatSolitaire ProductLine Once these message classes are published, they will never be changed. 
ks.common.view Core set of classes needed to properly view KombatSolitaire Plugins. 
ks.protocol All commands and messages that are sent/received by the client and server must be available to both sets of components. 
ks.server.interfaces All interfaces in this package are pre-defined contracts between the various system components that exist within the KombatSolitaire Server. 
 

Classes in ks.common.message used by ks.client.interfaces
Message
          Messages are sent from the server to a client in response to a Command.
 

Classes in ks.common.message used by ks.common.message
Message
          Messages are sent from the server to a client in response to a Command.
 

Classes in ks.common.message used by ks.common.view
Message
          Messages are sent from the server to a client in response to a Command.
 

Classes in ks.common.message used by ks.protocol
Message
          Messages are sent from the server to a client in response to a Command.
 

Classes in ks.common.message used by ks.server.interfaces
Message
          Messages are sent from the server to a client in response to a Command.