Uses of Class
cz.cuni.amis.pogamut.multi.communication.worldview.object.event.DummyObjectEvent.EventType

Packages that use DummyObjectEvent.EventType
cz.cuni.amis.pogamut.multi.communication.worldview.impl   
cz.cuni.amis.pogamut.multi.communication.worldview.object.event   
 

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

Fields in cz.cuni.amis.pogamut.multi.communication.worldview.impl with type parameters of type DummyObjectEvent.EventType
protected  Map<WorldObjectId,Set<DummyObjectEvent.EventType>> BatchAwareLocalWorldView.bufferedEvents
           
 

Methods in cz.cuni.amis.pogamut.multi.communication.worldview.impl with parameters of type DummyObjectEvent.EventType
protected  void BatchAwareLocalWorldView.bufferObjectEvent(WorldObjectId id, DummyObjectEvent.EventType eventType, long time)
          This is used for raising object events safely by buffering the object events, we make sure that when the events are raised and listeners notified, the update event has been fully processed and the object contains correct and consistent data.
 

Uses of DummyObjectEvent.EventType in cz.cuni.amis.pogamut.multi.communication.worldview.object.event
 

Methods in cz.cuni.amis.pogamut.multi.communication.worldview.object.event that return DummyObjectEvent.EventType
 DummyObjectEvent.EventType DummyObjectEvent.getType()
           
static DummyObjectEvent.EventType DummyObjectEvent.EventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DummyObjectEvent.EventType[] DummyObjectEvent.EventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in cz.cuni.amis.pogamut.multi.communication.worldview.object.event with parameters of type DummyObjectEvent.EventType
DummyObjectEvent(WorldObjectId objectId, DummyObjectEvent.EventType eventType, long eventTime)
           
 



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