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

Package class diagram package WorldObjectDestroyedEvent
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>, cz.cuni.amis.utils.listener.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 / annihilated...

Author:
Jimmy

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


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