org.cb.jset.server
Interface RemoteSetGameBoardListener

All Superinterfaces:
java.rmi.Remote
All Known Subinterfaces:
RemoteSetGamePlayer

public interface RemoteSetGameBoardListener
extends java.rmi.Remote

Interface that remote Board listeners must implement.

Version:
$Id: RemoteSetGameBoardListener.java 118 2004-04-14 23:17:27Z 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)
                throws java.rmi.RemoteException
Called to notify that the specified cards were added to the board.

Parameters:
cards - the cards that were added to the board.
Throws:
java.rmi.RemoteException - upon communication related exception on this remote call
See Also:
SetGameBoardListener.cardsAdded(org.cb.jset.CardProperties[])

setRemoved

public void setRemoved(CardSet set)
                throws java.rmi.RemoteException
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
Throws:
java.rmi.RemoteException - upon communication related exception on this remote call
See Also:
SetGameBoardListener.setRemoved(org.cb.jset.CardSet)


Copyright © 2004 CoffeeBreaks. All Rights Reserved.