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

Package class diagram 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).
 



Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.