org.cb.jset.client
Class SmartAutoPlayer

java.lang.Object
  extended byorg.cb.jset.client.SmartAutoPlayer
All Implemented Interfaces:
java.util.EventListener, SetGameListener

public class SmartAutoPlayer
extends java.lang.Object
implements SetGameListener

A player that finds sets automatically.

Version:
$Id: SmartAutoPlayer.java 123 2004-04-14 23:45:53Z jerome $
Author:
jerome@coffeebreaks.org - last modified by $LastChangedBy: jerome $

Constructor Summary
SmartAutoPlayer(java.lang.String playerName)
          Creates a new instance with the specified player playerName.
 
Method Summary
 void gameChange(GameEvent event)
          Notify the specified change event to this instance.
 java.lang.String name()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmartAutoPlayer

public SmartAutoPlayer(java.lang.String playerName)
Creates a new instance with the specified player playerName.

Method Detail

name

public java.lang.String name()

gameChange

public void gameChange(GameEvent event)
Description copied from interface: SetGameListener
Notify the specified change event to this instance.

Specified by:
gameChange in interface SetGameListener
Parameters:
event -


Copyright © 2004 CoffeeBreaks. All Rights Reserved.