Uses of Class
soc.message.SOCResetBoardVote

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

Uses of SOCResetBoardVote in soc.client
 

Methods in soc.client with parameters of type SOCResetBoardVote
protected  void SOCPlayerClient.MessageTreater.handleRESETBOARDVOTE(SOCResetBoardVote mes)
          another player has voted on a board reset request: display the vote.
 

Uses of SOCResetBoardVote in soc.message
 

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

Uses of SOCResetBoardVote in soc.server
 

Methods in soc.server with parameters of type SOCResetBoardVote
private  void SOCServer.handleRESETBOARDVOTE(StringConnection c, SOCResetBoardVote mes)
          handle message of player's vote for a "reset-board" request.