org.globalse.arena.remote
Interface RemoteArenaListener

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
ArenaListenerAdapter

public interface RemoteArenaListener
extends java.rmi.Remote

Interface for remote arena listeners, to receive notification events about changes in leagues, tournaments, rounds, and matches. Note that game moves are not sent through this interface, but through RemoteMatchListener instead.

Author:
Allen Dutoit

Method Summary
 void leagueInfoChanged(LeagueInfo leagueInfo)
           
 void matchInfoChanged(MatchInfo match)
           
 void roundCreated(RoundInfo roundInfo)
           
 void tournamentCreated(TournamentInfo tournamentInfo)
           
 void tournamentInfoChanged(TournamentInfo tournamentInfo)
           
 

Method Detail

leagueInfoChanged

void leagueInfoChanged(LeagueInfo leagueInfo)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

tournamentCreated

void tournamentCreated(TournamentInfo tournamentInfo)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

tournamentInfoChanged

void tournamentInfoChanged(TournamentInfo tournamentInfo)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

roundCreated

void roundCreated(RoundInfo roundInfo)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

matchInfoChanged

void matchInfoChanged(MatchInfo match)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


Copyright © 2004-2007 Bernd Bruegge & Allen H. Dutoit. All Rights Reserved.