de.kosi.model.tournament
Interface TournamentListener

All Superinterfaces:
java.util.EventListener, java.rmi.Remote
All Known Implementing Classes:
TournamentAdapter

public interface TournamentListener
extends java.util.EventListener, java.rmi.Remote

An TournamentListener is informed about important events to the tournament.

ChangeLog:

 
 $Log: TournamentListener.java,v $
 Revision 1.2  2001/08/02 12:11:06  jiriki
 Worked on tournament

 Revision 1.1.1.1  2001/04/29 18:05:18  jiriki
 Imported sources from zola.

 Revision 1.3  2001/04/25 12:05:40  login
 Worked on TournamentImpl

 Revision 1.2  2001/04/17 20:19:13  wombat
 Updated documentation.


 

Version:
$Revision: 1.2 $ ($Date: 2001/08/02 12:11:06 $)

Method Summary
 void handleGameChange(Game game)
          This method is called, when the user has to play another game.
 

Method Detail

handleGameChange

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