Пример #1
0
 protected void playerWins(Player player, PlayerHand hand, int amountWon, int newBankroll) {
   for (TableObserver tableObserver : tableObservers) {
     tableObserver.playerWins(player, hand, amountWon, newBankroll);
   }
 }