Blackjack

com.amoebacode.blackjack.event
Class DeckEventListenerCollection

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

public class DeckEventListenerCollection
extends EventListenerCollection

DeckEventListenerCollection manages a collection of deck event listeners.

Version:
0.9
Author:
Jason Gurney

Fields inherited from class com.amoebacode.blackjack.event.EventListenerCollection
listeners
 
Constructor Summary
DeckEventListenerCollection()
          Default public constructor.
 
Method Summary
 void fireUpdateDecksLabelEvent(IDeck deck)
          Fires an update decks label 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

DeckEventListenerCollection

public DeckEventListenerCollection()
Default public constructor.
Method Detail

fireUpdateDecksLabelEvent

public void fireUpdateDecksLabelEvent(IDeck deck)
Fires an update decks label event to all of the listeners in this collection.
Parameters:
deck - the IDeck source of the event

Blackjack

Copyright © 2002 amoebacode.com.