Uses of Class
soc.message.SOCDiscard

Packages that use SOCDiscard
soc.message   
soc.server   
 

Uses of SOCDiscard in soc.message
 

Methods in soc.message that return SOCDiscard
static SOCDiscard SOCDiscard.parseDataStr(java.lang.String s)
          Parse the command String into a Discard message
 

Uses of SOCDiscard in soc.server
 

Methods in soc.server with parameters of type SOCDiscard
private  void SOCGameHandler.handleDISCARD(SOCGame ga, StringConnection c, SOCDiscard mes)
          handle "discard" message.