org.moyoman.comm.client
Interface EndOfGameListener

All Known Implementing Classes:
CustomTest$3, GameManager$1

public interface EndOfGameListener

This interface is implemented by a class that wishes to receive end of game events.


Method Summary
 void endOfGameEventOccurred(EndOfGameEvent eoge)
          This method is called when an end of game event occurs on the player for whom the listener is registered.
 

Method Detail

endOfGameEventOccurred

public void endOfGameEventOccurred(EndOfGameEvent eoge)
This method is called when an end of game event occurs on the player for whom the listener is registered.

Parameters:
eoge - - The EndOfGameEvent object.