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

java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.BombInfoLocal.ObjectDisappeared
All Implemented Interfaces:
IWorldChangeEvent, ILocalWorldObjectUpdatedEvent, Event
Enclosing class:
BombInfoLocal

public static class BombInfoLocal.ObjectDisappeared
extends java.lang.Object
implements ILocalWorldObjectUpdatedEvent


Constructor Summary
BombInfoLocal.ObjectDisappeared(BombInfoLocal obj, long time)
           
 
Method Summary
 WorldObjectId getId()
           
 long getSimTime()
          Time when the change has happened inside the environment.
 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

BombInfoLocal.ObjectDisappeared

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

getId

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

getSimTime

public long getSimTime()
Description copied from interface: IWorldChangeEvent
Time when the change has happened inside the environment.

Specified by:
getSimTime in interface IWorldChangeEvent
Returns:
timestamp

update

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