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

Package class diagram package IGBViewable
All Superinterfaces:
cz.cuni.amis.pogamut.multi.communication.worldview.object.ICompositeWorldObject, cz.cuni.amis.pogamut.base3d.worldview.object.IViewable, cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObject
All Known Implementing Classes:
BombInfo, BombInfoCompositeImpl, BombInfoMessage, FlagInfo, FlagInfoCompositeImpl, FlagInfoMessage, Item, ItemCompositeImpl, ItemMessage, Mover, MoverCompositeImpl, MoverMessage, NavPoint, NavPointCompositeImpl, NavPointMessage, Player, PlayerCompositeImpl, PlayerMessage, Vehicle, VehicleCompositeImpl, VehicleMessage

public interface IGBViewable
extends cz.cuni.amis.pogamut.base3d.worldview.object.IViewable


Method Summary
 cz.cuni.amis.pogamut.base.communication.translator.event.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

cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdatedEvent createDisappearEvent()
Creates an update event that has to update visibility to false.

Returns:


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