org.cb.jset.client
Interface SetGameListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
SmartAutoPlayer

public interface SetGameListener
extends java.util.EventListener

Interface that game listeners must implement.

Version:
$Id: SetGameListener.java 122 2004-04-14 23:29:10Z jerome $
Author:
jerome@coffeebreaks.org - last modified by $LastChangedBy: jerome $

Method Summary
 void gameChange(GameEvent event)
          Notify the specified change event to this instance.
 

Method Detail

gameChange

public void gameChange(GameEvent event)
Notify the specified change event to this instance.

Parameters:
event -


Copyright © 2004 CoffeeBreaks. All Rights Reserved.