Uses of Interface
inonit.domain.game.card.hearts.Intelligence.Play

Packages that use Intelligence.Play
inonit.domain.game.card.hearts Classes related to the card game Hearts. 
inonit.domain.game.card.hearts.ai An abstract Intelligence implementation and associated classes which represent current Game state. 
 

Uses of Intelligence.Play in inonit.domain.game.card.hearts
 

Methods in inonit.domain.game.card.hearts with parameters of type Intelligence.Play
 void Intelligence.cardPlayed(Intelligence.Play play)
          Informs this Intelligence that a card has been played.
 

Uses of Intelligence.Play in inonit.domain.game.card.hearts.ai
 

Methods in inonit.domain.game.card.hearts.ai with parameters of type Intelligence.Play
 void AbstractIntelligence.cardPlayed(Intelligence.Play play)
          Updates the Game object, and then invokes cardPlayedEvent.