Uses of Interface
org.cb.jset.SetGameBoardListener

Packages that use SetGameBoardListener
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. 
 

Uses of SetGameBoardListener in org.cb.jset
 

Subinterfaces of SetGameBoardListener in org.cb.jset
 interface SetGamePlayer
          Interface that players of a game must implement.
 

Methods in org.cb.jset with parameters of type SetGameBoardListener
 void BoardImpl.addBoardListener(SetGameBoardListener boardListener)
          Adds a boardListener to this board.
 void BoardImpl.removeBoardListener(SetGameBoardListener boardListener)
          Removes a listener from this board.
 

Uses of SetGameBoardListener in org.cb.jset.client
 

Methods in org.cb.jset.client with parameters of type SetGameBoardListener
 void SetGame.addBoardListener(SetGameBoardListener listener)
           
 void SetGame.removeBoardListener(SetGameBoardListener listener)
           
 void AbstractGame.addBoardListener(SetGameBoardListener listener)
           
 void AbstractGame.removeBoardListener(SetGameBoardListener listener)
           
 



Copyright © 2004 CoffeeBreaks. All Rights Reserved.