Uses of Class
soc.message.SOCLocalizedStrings

Packages that use SOCLocalizedStrings
soc.client   
soc.message   
soc.server   
 

Uses of SOCLocalizedStrings in soc.client
 

Methods in soc.client with parameters of type SOCLocalizedStrings
private  void SOCPlayerClient.MessageTreater.handleLOCALIZEDSTRINGS(SOCLocalizedStrings mes, boolean isPractice)
          Localized i18n strings for game items.
 

Uses of SOCLocalizedStrings in soc.message
 

Methods in soc.message that return SOCLocalizedStrings
static SOCLocalizedStrings SOCLocalizedStrings.parseDataStr(java.util.List<java.lang.String> strs)
          Parse the command String list into a SOCLocalizedStrings message.
 

Uses of SOCLocalizedStrings in soc.server
 

Methods in soc.server with parameters of type SOCLocalizedStrings
private  void SOCServer.handleLOCALIZEDSTRINGS(StringConnection c, SOCLocalizedStrings mes)
          Handle client request for localized i18n strings for game items.