|
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.HandEventListenerCollection
HandEventListenerCollection manages a collection of hand event listeners.
| Fields inherited from class com.amoebacode.blackjack.event.EventListenerCollection |
listeners |
| Constructor Summary | |
HandEventListenerCollection()
Default public constructor. |
|
| Method Summary | |
void |
fireAddCardEvent(ICard card)
Fires an add card event to all of the listeners in this collection. |
void |
fireClearEvent(IHand hand)
Fires a clear 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 HandEventListenerCollection()
| Method Detail |
public void fireClearEvent(IHand hand)
hand - the IHand source of the eventpublic void fireAddCardEvent(ICard card)
card - the ICard source of the event
|
Blackjack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||