org.moyoman.client.customtest
Class CustomTest$3

java.lang.Object
  |
  +--org.moyoman.client.customtest.CustomTest$3
All Implemented Interfaces:
EndOfGameListener

synchronized class CustomTest$3
extends Object
implements EndOfGameListener


Constructor Summary
(package private) CustomTest$3(CustomTest)
           
 
Method Summary
 void endOfGameEventOccurred(EndOfGameEvent)
          This method is called when an end of game event occurs on the player for whom the listener is registered.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomTest$3

CustomTest$3(CustomTest)
Method Detail

endOfGameEventOccurred

public void endOfGameEventOccurred(EndOfGameEvent)
Description copied from interface: EndOfGameListener
This method is called when an end of game event occurs on the player for whom the listener is registered.

Specified by:
endOfGameEventOccurred in interface EndOfGameListener
Parameters:
- - The EndOfGameEvent object.