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

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

public static class FlagInfo.ObjectDisappeared
extends Object
implements cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdatedEvent


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

Constructor Detail

FlagInfo.ObjectDisappeared

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

getId

public cz.cuni.amis.pogamut.base.communication.worldview.object.WorldObjectId getId()
Specified by:
getId in interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdatedEvent

getSimTime

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

Specified by:
getSimTime in interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldChangeEvent

update

public cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult<cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObject> update(cz.cuni.amis.pogamut.base.communication.worldview.object.IWorldObject obj)
Specified by:
update in interface cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdatedEvent


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