cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Class NavPointStaticImpl.NavPointStaticUpdate

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

public static class NavPointStaticImpl.NavPointStaticUpdate
extends Object
implements IStaticWorldObjectUpdatedEvent


Constructor Summary
NavPointStaticImpl.NavPointStaticUpdate(NavPointStatic source, long time)
           
 
Method Summary
 WorldObjectId getId()
           
 long getSimTime()
          Simulation time in MILLI SECONDS !!!
 IWorldObjectUpdateResult<IStaticWorldObject> update(IStaticWorldObject object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavPointStaticImpl.NavPointStaticUpdate

public NavPointStaticImpl.NavPointStaticUpdate(NavPointStatic source,
                                               long time)
Method Detail

getSimTime

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

Specified by:
getSimTime in interface IWorldChangeEvent

getId

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

update

public IWorldObjectUpdateResult<IStaticWorldObject> update(IStaticWorldObject object)
Specified by:
update in interface IStaticWorldObjectUpdatedEvent


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