public interface IWorldEventQueue
| Modifier and Type | Interface and Description |
|---|---|
static class |
IWorldEventQueue.Queue |
| Modifier and Type | Method and Description |
|---|---|
cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent[] |
popEvents()
Returns all events in the queue + removes them from the queue.
|
void |
pushEvent(cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent event)
Add event to the queue.
|
void |
pushEvent(cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent[] events)
Add events to the queue.
|
void pushEvent(cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent event)
event - void pushEvent(cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent[] events)
events - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent[] popEvents()
If there are no event this must return an empty array.
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.