public abstract class MessageReceiver
extends java.lang.Object
Implements an object capable of handling messages.
For example, to receive an message called EndGameMessage,
the class has to implement a function "onEndGame" or "endGame" taking as parameters
the game and if necessary the message.