Package cz.cuni.amis.pogamut.base.communication.translator.event


Interface Summary
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 Summary
IWorldObjectUpdateResult.WorldObjectUpdateResult<OBJECT extends IWorldObject> Implementation of the IGenericObjectUpdateResult interface.
WorldEventIdentityWrapper Simplest WorldChangeEvent to WorldEvent adapter.
 

Enum Summary
IWorldObjectUpdateResult.Result Different result types for the updatedEvent.