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

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

public class PlayCardEvent
extends java.lang.Object
implements Event

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

Constructor Summary
PlayCardEvent(java.lang.String userName, net.mlw.gfw.ext.card.Card card)
          The standard constructor.
 
Method Summary
 net.mlw.gfw.ext.card.Card getCard()
           
 java.lang.String getUserName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlayCardEvent

public PlayCardEvent(java.lang.String userName,
                     net.mlw.gfw.ext.card.Card card)
The standard constructor.

Parameters:
userName - The user playing the card.
card - The card to be played.
Method Detail

getCard

public net.mlw.gfw.ext.card.Card getCard()
Returns:
Returns the card.

getUserName

public java.lang.String getUserName()
Returns:
Returns the name.


Copyright © 2003-2004 mlavilson. All Rights Reserved.