Uses of Interface
org.ninm.games.cardgames.Bonus

Packages that use Bonus
org.ninm.games.cardgames.common Common classes and utilties used by card games. 
 

Uses of Bonus in org.ninm.games.cardgames.common
 

Fields in org.ninm.games.cardgames.common declared as Bonus
private  Bonus BonusEvent.m_bonus
           
 

Methods in org.ninm.games.cardgames.common that return Bonus
 Bonus BonusEvent.getBonus()
          Returns the bonus.
 

Methods in org.ninm.games.cardgames.common with parameters of type Bonus
protected  void AbstractEngine.fireBonusReceived(Player player, Team team, Bonus bonus)
          helper method to let every listener know of the bonus being received
 

Constructors in org.ninm.games.cardgames.common with parameters of type Bonus
BonusEvent(java.lang.Object source, Player player, Team team, Bonus bonus)
          Constructor for BonusEvent.
 


SourceForge.net Logo