Blackjack

com.amoebacode.blackjack.event
Class DealerEventListenerCollection

java.lang.Object
  |
  +--com.amoebacode.blackjack.event.EventListenerCollection
        |
        +--com.amoebacode.blackjack.event.DealerEventListenerCollection

public class DealerEventListenerCollection
extends EventListenerCollection

DealerEventListenerCollection manages a collection of dealer event listeners.

Version:
0.9
Author:
Jason Gurney

Fields inherited from class com.amoebacode.blackjack.event.EventListenerCollection
listeners
 
Constructor Summary
DealerEventListenerCollection()
          Default public constructor.
 
Method Summary
 void fireAddDealerHandEvent(IDealerHand dh)
          Fires an add dealer event to all of the listeners in this collection.
 
Methods inherited from class com.amoebacode.blackjack.event.EventListenerCollection
addEventListener, getEventListenerAt, getNumberOfListeners
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

DealerEventListenerCollection

public DealerEventListenerCollection()
Default public constructor.
Method Detail

fireAddDealerHandEvent

public void fireAddDealerHandEvent(IDealerHand dh)
Fires an add dealer event to all of the listeners in this collection.
Parameters:
dh - the IDealerHand source of the event

Blackjack

Copyright © 2002 amoebacode.com.