net.mlw.gfw.ext.card.event
Class DealEvent

java.lang.Object
  |
  +--net.mlw.gfw.ext.card.event.DealEvent
All Implemented Interfaces:
Event, java.io.Serializable

public class DealEvent
extends java.lang.Object
implements Event

Version:
$Revision: 1.4 $ $Date: 2004/06/29 20:32:54 $
Author:
Matthew L. Wilson
See Also:
Serialized Form

Constructor Summary
DealEvent(net.mlw.gfw.ext.card.Card card)
           
DealEvent(java.util.Set cards)
           
 
Method Summary
 net.mlw.gfw.ext.card.Card[] getCards()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DealEvent

public DealEvent(net.mlw.gfw.ext.card.Card card)

DealEvent

public DealEvent(java.util.Set cards)
Method Detail

getCards

public net.mlw.gfw.ext.card.Card[] getCards()
Returns:
Returns the card.


Copyright © 2003-2004 mlavilson. All Rights Reserved.