org.cb.jset.client
Class NetworkGame

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

public class NetworkGame
extends AbstractGame

FIXME document

Version:
$Id: NetworkGame.java 129 2004-04-15 05:00:43Z jerome $
Author:
jerome@coffeebreaks.org - last modified by $LastModifiedBy$

Field Summary
 
Fields inherited from class org.cb.jset.client.AbstractGame
_listenerList
 
Constructor Summary
NetworkGame(java.lang.String clientName)
           
 
Method Summary
 void endTurn()
           
 void removeSet(CardSet set)
           
 void setRemoteGame(RemoteSetGame remoteGame)
           
 void setWasDisconnected(boolean wasDisconnected)
           
 void start()
           
 void stop()
           
 boolean wasDisconnected()
           
 
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

NetworkGame

public NetworkGame(java.lang.String clientName)
Method Detail

setRemoteGame

public void setRemoteGame(RemoteSetGame remoteGame)

start

public void start()

setWasDisconnected

public void setWasDisconnected(boolean wasDisconnected)

wasDisconnected

public boolean wasDisconnected()

stop

public void stop()

endTurn

public void endTurn()

removeSet

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


Copyright © 2004 CoffeeBreaks. All Rights Reserved.