cz.cuni.amis.pogamut.ut2004.communication.messages
Class GBEvent

Package class diagram package GBEvent
java.lang.Object
  extended by cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
      extended by cz.cuni.amis.pogamut.ut2004.communication.messages.GBEvent
All Implemented Interfaces:
IWorldChangeEvent, IWorldEventWrapper, IWorldEvent, IGBWorldEvent, cz.cuni.amis.utils.listener.Event

public class GBEvent
extends InfoMessage
implements IGBWorldEvent

Author:
ik

Field Summary
protected  long simTime
           
 
Constructor Summary
GBEvent(long simTime)
           
 
Method Summary
 long getSimTime()
           
 IWorldEvent getWorldEvent()
           
 
Methods inherited from class cz.cuni.amis.pogamut.base.communication.messages.InfoMessage
toJsonLiteral, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

simTime

protected long simTime
Constructor Detail

GBEvent

public GBEvent(long simTime)
Method Detail

getWorldEvent

public IWorldEvent getWorldEvent()
Specified by:
getWorldEvent in interface IWorldEventWrapper

getSimTime

public long getSimTime()
Specified by:
getSimTime in interface IWorldChangeEvent
Specified by:
getSimTime in interface IWorldEvent


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