{
holeCardsChangedCommandReceived(new PlayerHoleCardsChangedCommand(token));
}
else if (commandName.equals(PlayerJoinedCommand.COMMAND_NAME))
{
playerJoinedCommandReceived(new PlayerJoinedCommand(token));
}
else if (commandName.equals(PlayerLeftCommand.COMMAND_NAME))
{
playerLeftCommandReceived(new PlayerLeftCommand(token));
}