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

Packages that use ILocalViewable
cz.cuni.amis.pogamut.multi.communication.worldview.impl   
 

Uses of ILocalViewable in cz.cuni.amis.pogamut.multi.communication.worldview.impl
 

Methods in cz.cuni.amis.pogamut.multi.communication.worldview.impl with parameters of type ILocalViewable
protected  void VisionLocalWorldView.addVisible(ILocalViewable obj, long time)
          Adds the provided object as visible into all visibleMaps int the worldView.
protected  void VisionLocalWorldView.objectAppeared(ILocalViewable obj, long time)
          Handles events for making the object visible.
protected  void BatchAwareLocalWorldView.objectAppeared(ILocalViewable obj, long time)
           
protected  void VisionLocalWorldView.objectDisappeared(ILocalViewable obj, long time)
          Handles events for making the object not visible.
protected  void BatchAwareLocalWorldView.objectDisappeared(ILocalViewable obj, long time)
           
protected  void VisionLocalWorldView.removeVisible(ILocalViewable obj, long time)
          Removes object of the same objectId as the provided localObject from visible maps.
 



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