Package cz.cuni.amis.pogamut.base.communication.worldview.object.event


Class Summary
WorldObjectDestroyedEvent<T extends IWorldObject> This event is raised by the WorldView whenever the object is removed from the world.
WorldObjectEvent<T extends IWorldObject> Default world object event implementation wrapping some object inside the event.
WorldObjectFirstEncounteredEvent<T extends IWorldObject> This event is raised by WorldView whenever new object appears in the worldview.
WorldObjectUpdatedEvent<T extends IWorldObject> This event is raised by WorldView whenever the object is updated (possibly one of it's fields has changed - warning it's not neccesery the object's field might be updated to the same value).