Uses of Class
org.cb.jset.CardSet

Packages that use CardSet
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.client.model The model of the JSet client. 
org.cb.jset.server The server part of the JSet game. 
 

Uses of CardSet in org.cb.jset
 

Methods in org.cb.jset that return CardSet
 CardSet[] MatchingSetFinder.findSets(java.util.List cards)
          Find the matching sets in the specified list of cards.
 

Methods in org.cb.jset with parameters of type CardSet
 void SetGameBoardListener.setRemoved(CardSet set)
          Called to notify that the specified set was removed from the board.
 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 CardSet in org.cb.jset.client
 

Methods in org.cb.jset.client with parameters of type CardSet
 void NetworkGame.removeSet(CardSet set)
           
 void LocalGame.removeSet(CardSet set)
           
 void SetGame.removeSet(CardSet set)
           
protected  void AbstractGame.fireSetRemoved(CardSet set)
           
 

Uses of CardSet in org.cb.jset.client.model
 

Methods in org.cb.jset.client.model with parameters of type CardSet
 void SetGameClientBoard.removeSet(CardSet set)
          Remove the specified matching set from the board.
 void JSetClientBoardModel.removeSet(CardSet set)
          Remove the specified matching set from the board.
 

Uses of CardSet in org.cb.jset.server
 

Methods in org.cb.jset.server with parameters of type CardSet
 void RemoteSetGameBoardListener.setRemoved(CardSet set)
          Called to notify that the specified set was removed from the board.
 void RemoteSetGameConnection.matchSet(CardSet set)
          Used by a registered player to try to match a set of set.
 



Copyright © 2004 CoffeeBreaks. All Rights Reserved.