|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MatchingException | |
| org.cb.jset | Classes part of the core of the implementation, used by both the client and the server packages.. |
| org.cb.jset.client | The classes making the JSet client. |
| org.cb.jset.server | The server part of the JSet game. |
| Uses of MatchingException in org.cb.jset |
| Methods in org.cb.jset that throw MatchingException | |
void |
SetGameConnection.matchSet(CardSet set)
Used by a registered player to try to match a set of cards. |
void |
BoardImpl.matchSet(CardSet set)
Tries to match the specified set on this board. |
void |
JSetGameImpl.GameConnectionImpl.matchSet(CardSet set)
|
| Uses of MatchingException in org.cb.jset.client |
| Methods in org.cb.jset.client that throw MatchingException | |
void |
NetworkGame.removeSet(CardSet set)
|
void |
LocalGame.removeSet(CardSet set)
|
void |
SetGame.removeSet(CardSet set)
|
| Uses of MatchingException in org.cb.jset.server |
| Methods in org.cb.jset.server that throw MatchingException | |
void |
RemoteSetGameConnection.matchSet(CardSet set)
Used by a registered player to try to match a set of set. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||