Uses of Class
inonit.domain.game.card.hearts.ai.Pass

Packages that use Pass
inonit.domain.game.card.hearts.ai An abstract Intelligence implementation and associated classes which represent current Game state. 
 

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

Methods in inonit.domain.game.card.hearts.ai with parameters of type Pass
protected  void AbstractIntelligence.sentPassEvent(Pass pass)
          The default implementation of this method does nothing.
protected  void AbstractIntelligence.receivedPassEvent(Pass pass)
          The default implementation of this method does nothing.