*/
@Override
public synchronized void check(MutableSeatedPlayer player)
throws IllegalActionException {
round.check(player);
mediatingTable.publishCheckEvent(new CheckEvent(player.getId()));
PlayingTableState.logger.info(player.getName() + " checks.");
checkIfEndedAndChangeRound();
}