org.cb.jset
Interface SetGameBoardListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
SetGamePlayer

public interface SetGameBoardListener
extends java.util.EventListener

Interface that Board listeners must implement.

FIXME introduce Events??..

Version:
$Id: SetGameBoardListener.java 112 2004-04-14 22:25:52Z jerome $
Author:
jerome@coffeebreaks.org - last modified by $LastChangedBy: jerome $

Method Summary
 void cardsAdded(CardProperties[] cards)
          Called to notify that the specified cards were added to the board.
 void setRemoved(CardSet set)
          Called to notify that the specified set was removed from the board.
 

Method Detail

cardsAdded

public void cardsAdded(CardProperties[] cards)
Called to notify that the specified cards were added to the board.

Parameters:
cards - the cards that were added to the board.

setRemoved

public void setRemoved(CardSet set)
Called to notify that the specified set was removed from the board. The set should be a matching set.

Parameters:
set - the set that was removed from the board


Copyright © 2004 CoffeeBreaks. All Rights Reserved.