Uses of Class
cz.cuni.amis.pogamut.base.communication.worldview.object.event.WorldObjectEvent

Packages that use WorldObjectEvent
cz.cuni.amis.pogamut.base.communication.worldview.object.event   
cz.cuni.amis.pogamut.base3d.worldview.object.event   
 

Uses of WorldObjectEvent in cz.cuni.amis.pogamut.base.communication.worldview.object.event
 

Subclasses of WorldObjectEvent in cz.cuni.amis.pogamut.base.communication.worldview.object.event
 class WorldObjectDestroyedEvent<T extends IWorldObject>
          This event is raised by the WorldView whenever the object is removed from the world.
 class WorldObjectFirstEncounteredEvent<T extends IWorldObject>
          This event is raised by WorldView whenever new object appears in the worldview.
 class WorldObjectUpdatedEvent<T extends IWorldObject>
          This event is raised by WorldView whenever the object is updated (possibly one of it's fields has changed - warning it's not neccesery the object's field might be updated to the same value).
 

Uses of WorldObjectEvent in cz.cuni.amis.pogamut.base3d.worldview.object.event
 

Subclasses of WorldObjectEvent in cz.cuni.amis.pogamut.base3d.worldview.object.event
 class WorldObjectAppearedEvent<T extends IViewable>
          This event is raised when the object becomes visible.
 class WorldObjectDisappearedEvent<T extends IViewable>
          * This event is raised when the object leaves field of view.
 



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