org.ninm.games.cardgames.common
Interface BonusListener

All Superinterfaces:
java.util.EventListener

public interface BonusListener
extends java.util.EventListener

This is implemented by the GUI to display the results of bonuses received by a player or team.

Version:
1.0
Author:
Nikolay

Method Summary
 void bonusReceived(BonusEvent event)
          indicates that a a bonus has been received
 

Method Detail

bonusReceived

public void bonusReceived(BonusEvent event)
indicates that a a bonus has been received

Parameters:
event - the bonus received

SourceForge.net Logo