de.kosi.model.tournament
Class TournamentAdapter

java.lang.Object
  |
  +--de.kosi.model.tournament.TournamentAdapter
All Implemented Interfaces:
java.util.EventListener, java.rmi.Remote, TournamentListener

public class TournamentAdapter
extends java.lang.Object
implements TournamentListener

An Adapter for the TournamentListener.

ChangeLog:

 
 $Log: TournamentAdapter.java,v $
 Revision 1.1  2001/08/02 12:11:22  jiriki
 Worked on tournament

 

Version:
$Revision: 1.1 $ ($Date: 2001/08/02 12:11:22 $)

Constructor Summary
TournamentAdapter()
           
 
Method Summary
 void handleGameChange(Game game)
          This method is called, when the user has to play another game.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TournamentAdapter

public TournamentAdapter()
Method Detail

handleGameChange

public void handleGameChange(Game game)
                      throws java.rmi.RemoteException
This method is called, when the user has to play another game.
Specified by:
handleGameChange in interface TournamentListener
Parameters:
game - The game the user has to play.
Throws:
java.rmi.RemoteException - If the remote call fails.