org.ninm.games.cardgames.common
Interface DealerListener

All Superinterfaces:
java.util.EventListener

public interface DealerListener
extends java.util.EventListener

this class defines the events that a dealer can perform

Version:
1.0
Author:
Nikolay

Method Summary
 void cardDelt(DealerEvent dealerEvent)
          indicates a card has been delt by the dealer
 

Method Detail

cardDelt

public void cardDelt(DealerEvent dealerEvent)
indicates a card has been delt by the dealer

Parameters:
dealerEvent - the dealer event

SourceForge.net Logo