cz.cuni.amis.pogamut.multi.communication.worldview.object
Interface ILocalViewable

All Superinterfaces:
java.lang.Cloneable, ILocalWorldObject, IWorldObject
All Known Subinterfaces:
ILocalGBViewable
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 ILocalViewable
extends ILocalWorldObject

General interface for local parts of objects whose visiblility may change over time. (since isVisible is most certainly a local property)


Method Summary
 boolean isVisible()
          Tells whether the object is currently visible.
 
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

isVisible

boolean isVisible()
Tells whether the object is currently visible.

Returns: