cz.cuni.amis.pogamut.base.communication.worldview.object.event
Class WorldObjectFirstEncounteredEvent<T extends IWorldObject>

Package class diagram package WorldObjectFirstEncounteredEvent
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.worldview.object.event.WorldObjectEvent<T>
      extended by cz.cuni.amis.pogamut.base.communication.worldview.object.event.WorldObjectFirstEncounteredEvent<T>
Type Parameters:
T -
All Implemented Interfaces:
IWorldEvent, IWorldObjectEvent<T>, cz.cuni.amis.utils.listener.Event

public class WorldObjectFirstEncounteredEvent<T extends IWorldObject>
extends WorldObjectEvent<T>

This event is raised by WorldView whenever new object appears in the worldview. E.g. the agent sees it for the first time.

Author:
Jimmy

Constructor Summary
WorldObjectFirstEncounteredEvent(T appearedObject, long simTime)
           
 
Method Summary
 
Methods inherited from class cz.cuni.amis.pogamut.base.communication.worldview.object.event.WorldObjectEvent
getId, getObject, getSimTime, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorldObjectFirstEncounteredEvent

public WorldObjectFirstEncounteredEvent(T appearedObject,
                                        long simTime)


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