cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Class IncomingProjectile.ObjectDisappeared

Package class diagram package IncomingProjectile.ObjectDisappeared
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.IncomingProjectile.ObjectDisappeared
All Implemented Interfaces:
IWorldChangeEvent, IWorldObjectUpdatedEvent, cz.cuni.amis.utils.listener.Event
Enclosing class:
IncomingProjectile

public static class IncomingProjectile.ObjectDisappeared
extends Object
implements IWorldObjectUpdatedEvent


Nested Class Summary
 
Nested classes/interfaces inherited from interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdatedEvent
IWorldObjectUpdatedEvent.DestroyWorldObject
 
Constructor Summary
IncomingProjectile.ObjectDisappeared(IncomingProjectile obj, long time)
           
 
Method Summary
 WorldObjectId getId()
           
 long getSimTime()
          Simulation time in MILLI SECONDS !!!
 IWorldObjectUpdateResult<IWorldObject> update(IWorldObject obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncomingProjectile.ObjectDisappeared

public IncomingProjectile.ObjectDisappeared(IncomingProjectile obj,
                                            long time)
Method Detail

getId

public WorldObjectId getId()
Specified by:
getId in interface IWorldObjectUpdatedEvent

getSimTime

public long getSimTime()
Simulation time in MILLI SECONDS !!!

Specified by:
getSimTime in interface IWorldChangeEvent

update

public IWorldObjectUpdateResult<IWorldObject> update(IWorldObject obj)
Specified by:
update in interface IWorldObjectUpdatedEvent


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