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
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
Copyright © 2002 amoebacode.com.