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

Packages that use Intelligence.Pass
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.Pass in inonit.domain.game.card.hearts
 

Methods in inonit.domain.game.card.hearts with parameters of type Intelligence.Pass
 void Intelligence.sentPass(Intelligence.Pass pass)
          Informs this Intelligence that it has passed cards to another player.
 void Intelligence.receivedPass(Intelligence.Pass pass)
          Informs this Intelligence that it has received cards from another player.
 

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

Methods in inonit.domain.game.card.hearts.ai with parameters of type Intelligence.Pass
 void AbstractIntelligence.sentPass(Intelligence.Pass pass)
          Updates the Game object, and then invokes sentPassEvent.
 void AbstractIntelligence.receivedPass(Intelligence.Pass pass)
          Updates the Game object, and then invokes receivedPassEvent.