cz.cuni.amis.pogamut.ut2004.communication.messages
Class GBObjectUpdate

java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
      extended by cz.cuni.amis.pogamut.ut2004.communication.messages.GBObjectUpdate
All Implemented Interfaces:
IWorldEvent, IWorldObjectEvent, IGBWorldObjectEvent, Event
Direct Known Subclasses:
AliveMessage.AliveMessageUpdate, AutoTraceRay.AutoTraceRayUpdate, BombInfo.BombInfoUpdate, ConfigChange.ConfigChangeUpdate, FlagInfo.FlagInfoUpdate, GameInfo.GameInfoUpdate, IncomingProjectile.IncomingProjectileUpdate, InitedMessage.InitedMessageUpdate, Item.ItemUpdate, Mover.MoverUpdate, MyInventory.MyInventoryUpdate, NavPoint.NavPointUpdate, Player.PlayerUpdate, Self.SelfUpdate, TeamScore.TeamScoreUpdate, Vehicle.VehicleUpdate

public abstract class GBObjectUpdate
extends InfoMessage
implements IGBWorldObjectEvent


Constructor Summary
GBObjectUpdate()
           
 
Method Summary
 
Methods inherited from class cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObjectEvent
getId, getObject
 
Methods inherited from interface cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEvent
getSimTime
 

Constructor Detail

GBObjectUpdate

public GBObjectUpdate()