org.cb.jset.client
Class LocalGame

java.lang.Object
  extended byorg.cb.jset.client.AbstractGame
      extended byorg.cb.jset.client.LocalGame
All Implemented Interfaces:
SetGame

public class LocalGame
extends AbstractGame

A Game implementation to play localy. FIXME GameListener not registered.

Version:
$Id: LocalGame.java 130 2004-04-15 05:18:07Z jerome $
Author:
jerome@coffeebreaks.org - last modified by $LastModifiedBy$

Field Summary
 
Fields inherited from class org.cb.jset.client.AbstractGame
_listenerList
 
Constructor Summary
LocalGame()
           
 
Method Summary
 void endTurn()
           
 java.lang.String getPlayerName()
           
 boolean isBlocked()
           
 void removeSet(CardSet set)
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.cb.jset.client.AbstractGame
addBoardListener, addGameListener, fireCardsAdded, fireGameChange, fireSetRemoved, removeBoardListener, removeGameListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalGame

public LocalGame()
Method Detail

start

public void start()

isBlocked

public boolean isBlocked()

getPlayerName

public java.lang.String getPlayerName()

stop

public void stop()

endTurn

public void endTurn()

removeSet

public void removeSet(CardSet set)
               throws MatchingException
Throws:
MatchingException


Copyright © 2004 CoffeeBreaks. All Rights Reserved.