cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects
Interface ILocalGBViewable

All Superinterfaces:
java.lang.Cloneable, ILocalViewable, ILocalWorldObject, IWorldObject
All Known Implementing Classes:
BombInfoLocal, BombInfoLocalImpl, BombInfoMessage.BombInfoLocalMessage, FlagInfoLocal, FlagInfoLocalImpl, FlagInfoMessage.FlagInfoLocalMessage, ItemLocal, ItemLocalImpl, ItemMessage.ItemLocalMessage, MoverLocal, MoverLocalImpl, MoverMessage.MoverLocalMessage, NavPointLocal, NavPointLocalImpl, NavPointMessage.NavPointLocalMessage, PlayerLocal, PlayerLocalImpl, PlayerMessage.PlayerLocalMessage, VehicleLocal, VehicleLocalImpl, VehicleMessage.VehicleLocalMessage

public interface ILocalGBViewable
extends ILocalViewable


Method Summary
 ILocalWorldObjectUpdatedEvent createDisappearEvent()
          Creates an update event that has to update visibility to false.
 
Methods inherited from interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ILocalViewable
isVisible
 
Methods inherited from interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ILocalWorldObject
clone, getCompositeClass
 
Methods inherited from interface cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObject
getId, getSimTime
 

Method Detail

createDisappearEvent

ILocalWorldObjectUpdatedEvent createDisappearEvent()
Creates an update event that has to update visibility to false.

Returns: