Uses of Interface
soc.message.SOCKeyedMessage

Packages that use SOCKeyedMessage
soc.message   
soc.server   
 

Uses of SOCKeyedMessage in soc.message
 

Classes in soc.message that implement SOCKeyedMessage
 class SOCSVPTextMessage
          Message from server to game's clients, with the number of Special Victory Points (SVP) and reason the player was awarded them.
 

Uses of SOCKeyedMessage in soc.server
 

Methods in soc.server with parameters of type SOCKeyedMessage
 void SOCServer.messageToGameKeyedType(SOCGame ga, SOCKeyedMessage msg, boolean takeMon)
          Send a game a message containing data fields and also a text field to be localized.