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

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.WorldObjectDestroyedEvent<T>
All Implemented Interfaces:
IWorldEvent, IWorldObjectEvent<T>, Event

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

This event is raised by the WorldView whenever the object is removed from the world. E.g. was destroyed / anihilated...


Constructor Summary
WorldObjectDestroyedEvent(T disappearedObject, long time)
           
 
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

WorldObjectDestroyedEvent

public WorldObjectDestroyedEvent(T disappearedObject,
                                 long time)