| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.multi.communication.worldview.impl | |
| cz.cuni.amis.pogamut.multi.communication.worldview.object.event |
| Modifier and Type | Field and Description |
|---|---|
protected Map<WorldObjectId,Set<DummyObjectEvent.EventType>> |
BatchAwareLocalWorldView.bufferedEvents |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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.