Public Methods | |
virtual void | receiveWhisper (Whisper w)=0 |
This is called to have the Player receive an incoming Whisper. More... | |
virtual PlayerAddress | getAddress ()=0 |
This is the identifier by which the Player is known in the system if it must be located. More... |
Player is an end-point for communication. Each player should be given an address upon construction.
Last updated:
Definition at line 55 of file Player.
|
This is the identifier by which the Player is known in the system if it must be located. This allows for the possibility of remote Players running on other machines.
|
|
This is called to have the Player receive an incoming Whisper. Must be implemented by subclass.
|