cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Class GameInfoStaticImpl.GameInfoStaticUpdate

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

public static class GameInfoStaticImpl.GameInfoStaticUpdate
extends Object
implements IStaticWorldObjectUpdatedEvent


Constructor Summary
GameInfoStaticImpl.GameInfoStaticUpdate(GameInfoStatic 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

GameInfoStaticImpl.GameInfoStaticUpdate

public GameInfoStaticImpl.GameInfoStaticUpdate(GameInfoStatic 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 © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.