Uses of Interface
cz.cuni.amis.pogamut.multi.communication.translator.event.ISharedPropertyUpdatedEvent

Packages that use ISharedPropertyUpdatedEvent
cz.cuni.amis.pogamut.multi.communication.translator.event   
cz.cuni.amis.pogamut.multi.communication.worldview.impl   
cz.cuni.amis.pogamut.multi.communication.worldview.object   
cz.cuni.amis.pogamut.multi.communication.worldview.property   
 

Uses of ISharedPropertyUpdatedEvent in cz.cuni.amis.pogamut.multi.communication.translator.event
 

Methods in cz.cuni.amis.pogamut.multi.communication.translator.event that return types with arguments of type ISharedPropertyUpdatedEvent
 Collection<ISharedPropertyUpdatedEvent> ISharedWorldObjectUpdatedEvent.getPropertyEvents()
           
 

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

Methods in cz.cuni.amis.pogamut.multi.communication.worldview.impl with parameters of type ISharedPropertyUpdatedEvent
protected  void EventDrivenSharedWorldView.propertyUpdatedEvent(ISharedPropertyUpdatedEvent event)
          MUST NOT BE CALLED CONCURRENTLY - SINGLE THREAD AT THIS POINT ONLY! MUST BE ENFORCED FROM THE OUTSIDE!
 

Uses of ISharedPropertyUpdatedEvent in cz.cuni.amis.pogamut.multi.communication.worldview.object
 

Methods in cz.cuni.amis.pogamut.multi.communication.worldview.object that return ISharedPropertyUpdatedEvent
 ISharedPropertyUpdatedEvent ISharedProperty.createUpdateEvent(long time, ITeamId teamId)
          Creates an event updating a sharedProperty of the same id and the specified team to the same value as the parent property.
 

Uses of ISharedPropertyUpdatedEvent in cz.cuni.amis.pogamut.multi.communication.worldview.property
 

Classes in cz.cuni.amis.pogamut.multi.communication.worldview.property that implement ISharedPropertyUpdatedEvent
static class AbstractSharedProperty.GenericPropertyUpdate
           
 

Methods in cz.cuni.amis.pogamut.multi.communication.worldview.property that return ISharedPropertyUpdatedEvent
 ISharedPropertyUpdatedEvent AbstractSharedProperty.createUpdateEvent(long time, ITeamId teamId)
           
 



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