cz.cuni.amis.pogamut.multi.communication.translator.event
Interface ILocalWorldObjectUpdatedEvent

All Superinterfaces:
Event, IWorldChangeEvent
All Known Implementing Classes:
AliveMessageLocalImpl.AliveMessageLocalUpdate, AutoTraceRayLocalImpl.AutoTraceRayLocalUpdate, BombInfoLocal.ObjectDisappeared, BombInfoLocalImpl.BombInfoLocalUpdate, ConfigChangeLocalImpl.ConfigChangeLocalUpdate, FlagInfoLocal.ObjectDisappeared, FlagInfoLocalImpl.FlagInfoLocalUpdate, GameInfoLocalImpl.GameInfoLocalUpdate, IncomingProjectileLocalImpl.IncomingProjectileLocalUpdate, InitedMessageLocalImpl.InitedMessageLocalUpdate, ItemLocal.ObjectDisappeared, ItemLocalImpl.ItemLocalUpdate, MoverLocal.ObjectDisappeared, MoverLocalImpl.MoverLocalUpdate, MyInventoryLocalImpl.MyInventoryLocalUpdate, NavPointLocal.ObjectDisappeared, NavPointLocalImpl.NavPointLocalUpdate, PlayerLocal.ObjectDisappeared, PlayerLocalImpl.PlayerLocalUpdate, SelfLocalImpl.SelfLocalUpdate, TeamScoreLocalImpl.TeamScoreLocalUpdate, VehicleLocal.ObjectDisappeared, VehicleLocalImpl.VehicleLocalUpdate

public interface ILocalWorldObjectUpdatedEvent
extends IWorldChangeEvent


Method Summary
 WorldObjectId getId()
           
 IWorldObjectUpdateResult<ILocalWorldObject> update(ILocalWorldObject object)
           
 
Methods inherited from interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent
getSimTime
 

Method Detail

getId

WorldObjectId getId()

update

IWorldObjectUpdateResult<ILocalWorldObject> update(ILocalWorldObject object)