org.cb.jset.client.model
Interface SetGameClientCardListener

All Superinterfaces:
java.util.EventListener

public interface SetGameClientCardListener
extends java.util.EventListener

Interface that card listeners must implement.

Version:
$Id: SetGameClientCardListener.java 130 2004-04-15 05:18:07Z jerome $
Author:
jerome@coffeebreaks.org - last modified by $LastChangedBy: jerome $

Method Summary
 void notifyCardEvent(CardEvent card)
          Notify that the following event has been sent.
 

Method Detail

notifyCardEvent

public void notifyCardEvent(CardEvent card)
Notify that the following event has been sent.

Parameters:
card - the event to notify


Copyright © 2004 CoffeeBreaks. All Rights Reserved.