cz.cuni.amis.pogamut.ut2004.communication.worldview.objects
Interface IGBViewable

Package class diagram package IGBViewable
All Superinterfaces:
ICompositeWorldObject, IViewable, IWorldObject
All Known Implementing Classes:
BombInfo, BombInfoCompositeImpl, BombInfoMessage, Entity, EntityCompositeImpl, EntityMessage, FlagInfo, FlagInfoCompositeImpl, FlagInfoMessage, IncomingProjectile, IncomingProjectileCompositeImpl, IncomingProjectileMessage, Item, ItemCompositeImpl, ItemMessage, Mover, MoverCompositeImpl, MoverMessage, NavPoint, NavPointCompositeImpl, NavPointMessage, Player, PlayerCompositeImpl, PlayerMessage, Vehicle, VehicleCompositeImpl, VehicleMessage

public interface IGBViewable
extends IViewable


Method Summary
 IWorldObjectUpdatedEvent createDisappearEvent()
          Creates an update event that has to update visibility to false.
 
Methods inherited from interface cz.cuni.amis.pogamut.base3d.worldview.object.IViewable
isVisible
 
Methods inherited from interface cz.cuni.amis.pogamut.multi.communication.worldview.object.ICompositeWorldObject
getLocal, getShared, getStatic
 
Methods inherited from interface cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObject
getId, getSimTime
 

Method Detail

createDisappearEvent

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

Returns:


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.