Blackjack

com.amoebacode.blackjack.event
Interface BasicStrategyEventListener

All Superinterfaces:
BlackjackEventListener, java.util.EventListener
All Known Implementing Classes:
BasicStrategyDisplay

public interface BasicStrategyEventListener
extends BlackjackEventListener

BasicStrategyEventListener defines the listener API for basic strategy GUI classes.

Version:
0.9
Author:
Jason Gurney

Method Summary
 void buyingInsurance(BasicStrategyEvent event)
          Sets the text of the strategy hint labels to the standard insurance message.
 void incorrectMove(BasicStrategyEvent event)
          Sets the text of the strategy hint labels according to the incorrect playing decision.
 

Method Detail

buyingInsurance

public void buyingInsurance(BasicStrategyEvent event)
Sets the text of the strategy hint labels to the standard insurance message.
Parameters:
event - the BasicStrategyEvent being fired

incorrectMove

public void incorrectMove(BasicStrategyEvent event)
Sets the text of the strategy hint labels according to the incorrect playing decision.
Parameters:
event - the BasicStrategyEvent being fired

Blackjack

Copyright © 2002 amoebacode.com.