de.spieleck.game.base.msg
Class SpectatorJoinMessage

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

public class SpectatorJoinMessage
extends SpectatorMessage


Fields inherited from class de.spieleck.game.base.msg.SpectatorMessage
spectator
 
Fields inherited from class de.spieleck.game.base.UpdateMessageBase
place
 
Constructor Summary
SpectatorJoinMessage(GamePlace place, GameSpectator s)
           
 
Methods inherited from class de.spieleck.game.base.msg.SpectatorMessage
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
 

Constructor Detail

SpectatorJoinMessage

public SpectatorJoinMessage(GamePlace place,
                            GameSpectator s)


gameframe project