de.spieleck.game.base.msg
Class SpectatorMessage

java.lang.Object
  |
  +--de.spieleck.game.base.UpdateMessageBase
        |
        +--de.spieleck.game.base.msg.SpectatorMessage
All Implemented Interfaces:
UpdateMessage
Direct Known Subclasses:
SpectatorJoinMessage, SpectatorLeaveMessage

public class SpectatorMessage
extends UpdateMessageBase


Field Summary
protected  GameSpectator spectator
          Keep the involved spectator
 
Fields inherited from class de.spieleck.game.base.UpdateMessageBase
place
 
Constructor Summary
SpectatorMessage(GamePlace place, GameSpectator s)
           
 
Method Summary
 GameSpectator getSpectator()
           
 
Methods inherited from class de.spieleck.game.base.UpdateMessageBase
getPlace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

spectator

protected GameSpectator spectator
Keep the involved spectator
Constructor Detail

SpectatorMessage

public SpectatorMessage(GamePlace place,
                        GameSpectator s)
Method Detail

getSpectator

public GameSpectator getSpectator()


gameframe project