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