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

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

public static class IncomingProjectileLocal.ObjectDisappeared
extends Object
implements ILocalWorldObjectUpdatedEvent


Constructor Summary
IncomingProjectileLocal.ObjectDisappeared(IncomingProjectileLocal obj, long time)
           
 
Method Summary
 WorldObjectId getId()
           
 long getSimTime()
          Simulation time in MILLI SECONDS !!!
 IWorldObjectUpdateResult<ILocalWorldObject> update(ILocalWorldObject obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncomingProjectileLocal.ObjectDisappeared

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

getId

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

getSimTime

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

Specified by:
getSimTime in interface IWorldChangeEvent

update

public IWorldObjectUpdateResult<ILocalWorldObject> update(ILocalWorldObject obj)
Specified by:
update in interface ILocalWorldObjectUpdatedEvent


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