de.spieleck.game.base
Class AnonymousSpectator

java.lang.Object
  |
  +--de.spieleck.game.base.AnonymousSpectator
All Implemented Interfaces:
GameSpectator

public class AnonymousSpectator
extends java.lang.Object
implements GameSpectator

Implementation of a Spectator not yet signed on.


Constructor Summary
AnonymousSpectator()
           
 
Method Summary
 java.lang.String getSpectatorName()
           
 void notifyUpdate(UpdateMessage m)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnonymousSpectator

public AnonymousSpectator()
Method Detail

getSpectatorName

public java.lang.String getSpectatorName()
Specified by:
getSpectatorName in interface GameSpectator

notifyUpdate

public void notifyUpdate(UpdateMessage m)
Specified by:
notifyUpdate in interface GameSpectator


gameframe project