|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that SetGameClientBoard implementations must inherit from.
Method Summary | |
void |
addCards(CardProperties[] cards)
Add the specified cards onto the board. |
int |
getNbCards()
|
void |
removeSet(CardSet set)
Remove the specified matching set from the board. |
Method Detail |
public int getNbCards()
public void addCards(CardProperties[] cards)
cards
- the cards to add.
java.lang.NullPointerException
- if cards
is null
or if an element in the array is null
.public void removeSet(CardSet set) throws BoardException
set
- the set to remove
BoardException
- when something fails
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |