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

Package class diagram package ILocalGBViewable
All Superinterfaces:
Cloneable, cz.cuni.amis.pogamut.multi.communication.worldview.object.ILocalViewable, cz.cuni.amis.pogamut.multi.communication.worldview.object.ILocalWorldObject, cz.cuni.amis.pogamut.base.communication.worldview.object.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 cz.cuni.amis.pogamut.multi.communication.worldview.object.ILocalViewable

Interface for all UT2004 local viewable objects. Adds capability to create disappearEvents.

Author:
srlok

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

cz.cuni.amis.pogamut.multi.communication.translator.event.ILocalWorldObjectUpdatedEvent 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.