Uses of Package
org.ninm.games.cardgames.common

Packages that use org.ninm.games.cardgames.common
org.ninm.games.cardgames This package contains all the interfaces for a card game. 
org.ninm.games.cardgames.belot This package contains the implementation of the Belot card game 
org.ninm.games.cardgames.common Common classes and utilties used by card games. 
 

Classes in org.ninm.games.cardgames.common used by org.ninm.games.cardgames
BonusListener
          This is implemented by the GUI to display the results of bonuses received by a player or team.
Card
          this class represents an arbitrary playing card
DealerListener
          this class defines the events that a dealer can perform
 

Classes in org.ninm.games.cardgames.common used by org.ninm.games.cardgames.belot
AbstractEngine
          This class provides a skeletal implementation of the card game engine which most card games should subclass.
Card
          this class represents an arbitrary playing card
DefaultPlayer
          The default implementation of a player
DefaultScore
          The default implementation of the score interface
DefaultTeam
          The default implementation of the team interface
Face
          this enum represents all the possible faces of a card
Suit
          this class represents a Card Suit
 

Classes in org.ninm.games.cardgames.common used by org.ninm.games.cardgames.common
BonusEvent
          this represents a bonus event which occurs whenever a team or player recives a bonus.
BonusListener
          This is implemented by the GUI to display the results of bonuses received by a player or team.
Card
          this class represents an arbitrary playing card
CardGameEvent
          An event which is used by the cardgame interface
DealerEvent
          This event represents a dealing of a card
DealerListener
          this class defines the events that a dealer can perform
Face
          this enum represents all the possible faces of a card
Suit
          this class represents a Card Suit
 


SourceForge.net Logo