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

Package class diagram package ILocalGBViewable
All Superinterfaces:
Cloneable, ILocalViewable, ILocalWorldObject, IWorldObject
All Known Implementing Classes:
BombInfoLocal, BombInfoLocalImpl, BombInfoMessage.BombInfoLocalMessage, EntityLocal, EntityLocalImpl, EntityMessage.EntityLocalMessage, FlagInfoLocal, FlagInfoLocalImpl, FlagInfoMessage.FlagInfoLocalMessage, IncomingProjectileLocal, IncomingProjectileLocalImpl, IncomingProjectileMessage.IncomingProjectileLocalMessage, 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

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

Author:
srlok

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:


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