cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events
Class TranslatorEvent

java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.translator.event.WorldEventIdentityWrapper
      extended by cz.cuni.amis.pogamut.ut2004.communication.translator.shared.events.TranslatorEvent
All Implemented Interfaces:
IWorldChangeEvent, IWorldEventWrapper, IWorldEvent, Event
Direct Known Subclasses:
InitCommandRequest, ItemDescriptorObtained, ListObtained, MapListObtained, MapPointListObtained, MoverListObtained, MutatorListObtained, Path, PlayerListObtained, ReadyCommandRequest

public class TranslatorEvent
extends WorldEventIdentityWrapper


Constructor Summary
TranslatorEvent(long simTime)
           
 
Method Summary
 long getSimTime()
          Time when the change has happened inside the environment.
 
Methods inherited from class cz.cuni.amis.pogamut.base.communication.translator.event.WorldEventIdentityWrapper
getWorldEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranslatorEvent

public TranslatorEvent(long simTime)
Method Detail

getSimTime

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

Specified by:
getSimTime in interface IWorldChangeEvent
Specified by:
getSimTime in interface IWorldEvent
Specified by:
getSimTime in class WorldEventIdentityWrapper
Returns:
timestamp