| Interface | Description |
|---|---|
| IWorldChangeEvent |
Marker interface for every world event that can be sensed from the world.
|
| IWorldChangeEventOutput |
Interface providing events from the world.
|
| IWorldEventWrapper |
Interface for classes wrapping the IWorldEvent.
|
| IWorldObjectUpdatedEvent |
Interface for the event that suppose to update the informations about the
object in the world.
|
| IWorldObjectUpdateResult<OBJECT extends IWorldObject> |
A generic interface for updateResult returned by all IWorldObjectUpdated events
(ie.
|
| Class | Description |
|---|---|
| IWorldObjectUpdatedEvent.DestroyWorldObject |
Shortcut implementation of
IWorldObjectUpdatedEvent that informs that some object has been destroyed. |
| IWorldObjectUpdateResult.WorldObjectUpdateResult<OBJECT extends IWorldObject> |
Implementation of the IGenericObjectUpdateResult interface.
|
| WorldEventIdentityWrapper |
Simplest WorldChangeEvent to WorldEvent adapter.
|
| Enum | Description |
|---|---|
| IWorldObjectUpdateResult.Result |
Different result types for the updatedEvent.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.