|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that remote Board listeners must implement.
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 |
public void cardsAdded(CardProperties[] cards) throws java.rmi.RemoteException
cards
- the cards that were added to the board.
java.rmi.RemoteException
- upon communication related exception on this remote callSetGameBoardListener.cardsAdded(org.cb.jset.CardProperties[])
public void setRemoved(CardSet set) throws java.rmi.RemoteException
matching set
.
set
- the set that was removed from the board
java.rmi.RemoteException
- upon communication related exception on this remote callSetGameBoardListener.setRemoved(org.cb.jset.CardSet)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |