{
playerWonPotCommandReceived(new PlayerWonPotCommand(token));
}
else if (commandName.equals(TableClosedCommand.COMMAND_NAME))
{
tableClosedCommandReceived(new TableClosedCommand(token));
}
else if (commandName.equals(TableInfoCommand.COMMAND_NAME))
{
tableInfoCommandReceived(new TableInfoCommand(token));
}