|
Blackjack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.amoebacode.blackjack.event.EventListenerCollection
|
+--com.amoebacode.blackjack.event.RoundEventListenerCollection
RoundEventListenerCollection manages a collection of round event listeners.
| Fields inherited from class com.amoebacode.blackjack.event.EventListenerCollection |
listeners |
| Constructor Summary | |
RoundEventListenerCollection()
Default public constructor. |
|
| Method Summary | |
void |
fireAddDealerEvent(IDealer dealer)
Fires an add dealer event to all of the listeners in this collection. |
void |
fireAddPlayerEvent(IPlayer player)
Fires an add player 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 |
|
| Constructor Detail |
public RoundEventListenerCollection()
| Method Detail |
public void fireAddPlayerEvent(IPlayer player)
player - the IPlayer source of the eventpublic void fireAddDealerEvent(IDealer dealer)
dealer - the IDealer source of the event
|
Blackjack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||